#D66A80

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

Shades of Charm #D66A80

Tints of Charm #D66A80

Color information

#D66A80 (or 0xD66A80) is unknown color: approx Charm. HEX triplet: D6, 6A and 80. RGB value is (214,106,128). Sum of RGB (Red+Green+Blue) = 214+106+128=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 106 (41.80% from 255 or 23.66% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D66A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66A80 is #29957F. Grayscale: #8C8C8C. Windows color (decimal): -2725248 or 8415958. OLE color: 8415958.

HSL color Cylindrical-coordinate representation of color #D66A80: hue angle of 347.78º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D66A80 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB214106128-
CMYK00.500.400.16
HSL347.78º56.84%62.75%-
HSV(B)347.78º50.47%83.92%-
XYZ36.7826.1623.53-
YUV140.8120.78180.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.77%
GREEN value IS 106 (41.80% from 255) = 23.66%
BLUE value IS 128 (50.39% from 255) = 28.57%
R=47.77%
G=23.66%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410612800.500.400.16347.7856.8462.75
HexD66A80032281015c393f
Octal32615220006250205347177
Binary11010110110101010000000011001010100010000101011100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66A80; }

 p { color: rgb(214,106,128); }

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

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

 a { background-color: rgb(214,106,128); }

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

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

 span { border-color: rgb(214,106,128); }

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