#D67E92

Color #D67E92 Charm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charm #D67E92

Tints of Charm #D67E92

Color information

#D67E92 (or 0xD67E92) is unknown color: approx Charm. HEX triplet: D6, 7E and 92. RGB value is (214,126,146). Sum of RGB (Red+Green+Blue) = 214+126+146=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 126 (49.61% from 255 or 25.93% from 486); Blue value is 146 (57.42% from 255 or 30.04% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D67E92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67E92 is #29816D. Grayscale: #9A9A9A. Windows color (decimal): -2720110 or 9600726. OLE color: 9600726.

HSL color Cylindrical-coordinate representation of color #D67E92: hue angle of 346.36º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D67E92 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB214126146-
CMYK00.410.320.16
HSL346.36º51.76%66.67%-
HSV(B)346.36º41.12%83.92%-
XYZ40.3831.2931.11-
YUV154.59123.15170.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 44.03%
GREEN value IS 126 (49.61% from 255) = 25.93%
BLUE value IS 146 (57.42% from 255) = 30.04%
R=44.03%
G=25.93%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412614600.410.320.16346.3651.7666.67
HexD67E92029201015a3443
Octal326176222051402053264103
Binary110101101111110100100100101001100000100001010110101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67E92; }

 p { color: rgb(214,126,146); }

 H1.HeaderClassName
 {
   color: #D67E92;
 }
 .AnyTagClassName
 {
   color: #D67E92;
 }
</style>
background-color css

<style>
 a { background-color: #D67E92; }

 a { background-color: rgb(214,126,146); }

 div.DivClassName
 {
   background-color: #D67E92;
 }
 .BgClassName
 {
   background-color: #D67E92;
 }
</style>
border-color css

<style>
 span { border-color: #D67E92; }

 span { border-color: rgb(214,126,146); }

 td.TdClassName
 {
   border-color: #D67E92;
 }
 .TagClassName
 {
   border-color: #D67E92;
 }
</style>