#D66E89

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

Shades of Charm #D66E89

Tints of Charm #D66E89

Color information

#D66E89 (or 0xD66E89) is unknown color: approx Charm. HEX triplet: D6, 6E and 89. RGB value is (214,110,137). Sum of RGB (Red+Green+Blue) = 214+110+137=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 110 (43.36% from 255 or 23.86% from 461); Blue value is 137 (53.91% from 255 or 29.72% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66E89 is #299176. Grayscale: #909090. Windows color (decimal): -2724215 or 9006806. OLE color: 9006806.

HSL color Cylindrical-coordinate representation of color #D66E89: hue angle of 344.42º 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 #D66E89 is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB214110137-
CMYK00.490.360.16
HSL344.42º55.91%63.53%-
HSV(B)344.42º48.6%83.92%-
XYZ37.8227.2526.93-
YUV144.17123.96177.8-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.42%
GREEN value IS 110 (43.36% from 255) = 23.86%
BLUE value IS 137 (53.91% from 255) = 29.72%
R=46.42%
G=23.86%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411013700.490.360.16344.4255.9163.53
HexD66E8903124101583840
Octal326156211061442053070100
Binary110101101101110100010010110001100100100001010110001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66E89; }

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

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

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

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

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

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

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

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