#D66D7E

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

Shades of Charm #D66D7E

Tints of Charm #D66D7E

Color information

#D66D7E (or 0xD66D7E) is unknown color: approx Charm. HEX triplet: D6, 6D and 7E. RGB value is (214,109,126). Sum of RGB (Red+Green+Blue) = 214+109+126=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 109 (42.97% from 255 or 24.28% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D66D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66D7E is #299281. Grayscale: #8E8E8E. Windows color (decimal): -2724482 or 8285654. OLE color: 8285654.

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

Color convert

RGB214109126-
CMYK00.490.410.16
HSL350.29º56.15%63.33%-
HSV(B)350.29º49.07%83.92%-
XYZ36.9726.7422.95-
YUV142.33118.79179.12-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.66%
GREEN value IS 109 (42.97% from 255) = 24.28%
BLUE value IS 126 (49.61% from 255) = 28.06%
R=47.66%
G=24.28%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410912600.490.410.16350.2956.1563.33
HexD66D7E031291015e383f
Octal32615517606151205367077
Binary1101011011011011111110011000110100110000101011110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66D7E; }

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

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

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

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

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

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

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

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