#D66E87

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

Shades of Charm #D66E87

Tints of Charm #D66E87

Color information

#D66E87 (or 0xD66E87) is unknown color: approx Charm. HEX triplet: D6, 6E and 87. RGB value is (214,110,135). Sum of RGB (Red+Green+Blue) = 214+110+135=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 110 (43.36% from 255 or 23.97% from 459); Blue value is 135 (53.12% from 255 or 29.41% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66E87 is #299178. Grayscale: #8F8F8F. Windows color (decimal): -2724217 or 8875734. OLE color: 8875734.

HSL color Cylindrical-coordinate representation of color #D66E87: hue angle of 345.58º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D66E87 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB214110135-
CMYK00.490.370.16
HSL345.58º55.91%63.53%-
HSV(B)345.58º48.6%83.92%-
XYZ37.6827.226.19-
YUV143.95122.96177.97-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.62%
GREEN value IS 110 (43.36% from 255) = 23.97%
BLUE value IS 135 (53.12% from 255) = 29.41%
R=46.62%
G=23.97%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411013500.490.370.16345.5855.9163.53
HexD66E87031251015a3840
Octal326156207061452053270100
Binary110101101101110100001110110001100101100001010110101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66E87; }

 p { color: rgb(214,110,135); }

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

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

 a { background-color: rgb(214,110,135); }

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

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

 span { border-color: rgb(214,110,135); }

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