#D66E8C

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

Shades of Charm #D66E8C

Tints of Charm #D66E8C

Color information

#D66E8C (or 0xD66E8C) is unknown color: approx Charm. HEX triplet: D6, 6E and 8C. RGB value is (214,110,140). Sum of RGB (Red+Green+Blue) = 214+110+140=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 110 (43.36% from 255 or 23.71% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66E8C is #299173. Grayscale: #909090. Windows color (decimal): -2724212 or 9203414. OLE color: 9203414.

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

Color convert

RGB214110140-
CMYK00.490.350.16
HSL342.69º55.91%63.53%-
HSV(B)342.69º48.6%83.92%-
XYZ38.0427.3428.08-
YUV144.52125.46177.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.12%
GREEN value IS 110 (43.36% from 255) = 23.71%
BLUE value IS 140 (55.08% from 255) = 30.17%
R=46.12%
G=23.71%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411014000.490.350.16342.6955.9163.53
HexD66E8C03123101573840
Octal326156214061432052770100
Binary110101101101110100011000110001100011100001010101111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66E8C; }

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

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

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

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

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

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

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

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