#D208A6

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

Shades of Hollywood Cerise #D208A6

Tints of Hollywood Cerise #D208A6

Color information

#D208A6 (or 0xD208A6) is unknown color: approx Hollywood Cerise. HEX triplet: D2, 08 and A6. RGB value is (210,8,166). Sum of RGB (Red+Green+Blue) = 210+8+166=384 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.69% from 384); Green value is 8 (3.52% from 255 or 2.08% from 384); Blue value is 166 (65.23% from 255 or 43.23% from 384); Max value from RGB is 210 - color contains mainly: red. Hex color #D208A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D208A6 is #2DF759. Grayscale: #555555. Windows color (decimal): -3012442 or 10881234. OLE color: 10881234.

HSL color Cylindrical-coordinate representation of color #D208A6: hue angle of 313.07º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D208A6 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB2108166-
CMYK00.960.210.18
HSL313.07º92.66%42.75%-
HSV(B)313.07º96.19%82.35%-
XYZ33.5516.6337.52-
YUV86.41172.92216.15-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 54.69%
GREEN value IS 8 (3.52% from 255) = 2.08%
BLUE value IS 166 (65.23% from 255) = 43.23%
R=54.69%
G=2.08%
B=43.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210816600.960.210.18313.0792.6642.75
HexD28A606015121395d2b
Octal322102460140252247113553
Binary110100101000101001100110000010101100101001110011011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D208A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D208A6; }

 p { color: rgb(210,8,166); }

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

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

 a { background-color: rgb(210,8,166); }

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

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

 span { border-color: rgb(210,8,166); }

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