#D800A2

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

Shades of Hollywood Cerise #D800A2

Tints of Hollywood Cerise #D800A2

Color information

#D800A2 (or 0xD800A2) is unknown color: approx Hollywood Cerise. HEX triplet: D8, 00 and A2. RGB value is (216,0,162). Sum of RGB (Red+Green+Blue) = 216+0+162=378 (50% of max value = 765). Red value is 216 (84.77% from 255 or 57.14% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 162 (63.67% from 255 or 42.86% from 378); Max value from RGB is 216 - color contains mainly: red. Hex color #D800A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D800A2 is #27FF5D. Grayscale: #525252. Windows color (decimal): -2621278 or 10617048. OLE color: 10617048.

HSL color Cylindrical-coordinate representation of color #D800A2: hue angle of 315º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D800A2 is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB2160162-
CMYK010.250.15
HSL315º100%42.35%-
HSV(B)315º100%84.71%-
XYZ34.8417.2135.67-
YUV83.05172.56222.83-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 57.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 162 (63.67% from 255) = 42.86%
R=57.14%
G=0%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2160162010.250.1531510042.35
HexD80A206419F13b642a
Octal33002420144311747314452
Binary11011000010100010011001001100111111001110111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D800A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D800A2; }

 p { color: rgb(216,0,162); }

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

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

 a { background-color: rgb(216,0,162); }

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

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

 span { border-color: rgb(216,0,162); }

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