#D2808C

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

Shades of Charm #D2808C

Tints of Charm #D2808C

Color information

#D2808C (or 0xD2808C) is unknown color: approx Charm. HEX triplet: D2, 80 and 8C. RGB value is (210,128,140). Sum of RGB (Red+Green+Blue) = 210+128+140=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 210 - color contains mainly: red. Hex color #D2808C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2808C is #2D7F73. Grayscale: #999999. Windows color (decimal): -2981748 or 9208018. OLE color: 9208018.

HSL color Cylindrical-coordinate representation of color #D2808C: hue angle of 351.22º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D2808C is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB210128140-
CMYK00.390.330.18
HSL351.22º47.67%66.27%-
HSV(B)351.22º39.05%82.35%-
XYZ39.0331.0328.74-
YUV153.89120.17168.02-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.93%
GREEN value IS 128 (50.39% from 255) = 26.78%
BLUE value IS 140 (55.08% from 255) = 29.29%
R=43.93%
G=26.78%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012814000.390.330.18351.2247.6766.27
HexD2808C027211215f3042
Octal322200214047412253760102
Binary1101001010000000100011000100111100001100101010111111100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2808C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2808C; }

 p { color: rgb(210,128,140); }

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

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

 a { background-color: rgb(210,128,140); }

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

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

 span { border-color: rgb(210,128,140); }

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