#D802A9

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

Shades of Hollywood Cerise #D802A9

Tints of Hollywood Cerise #D802A9

Color information

#D802A9 (or 0xD802A9) is unknown color: approx Hollywood Cerise. HEX triplet: D8, 02 and A9. RGB value is (216,2,169). Sum of RGB (Red+Green+Blue) = 216+2+169=387 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.81% from 387); Green value is 2 (1.17% from 255 or 0.52% from 387); Blue value is 169 (66.41% from 255 or 43.67% from 387); Max value from RGB is 216 - color contains mainly: red. Hex color #D802A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D802A9 is #27FD56. Grayscale: #545454. Windows color (decimal): -2620759 or 11076312. OLE color: 11076312.

HSL color Cylindrical-coordinate representation of color #D802A9: hue angle of 313.18º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D802A9 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB2162169-
CMYK00.990.220.15
HSL313.18º98.17%42.75%-
HSV(B)313.18º99.07%84.71%-
XYZ35.517.5139.04-
YUV85.02175.4221.42-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 55.81%
GREEN value IS 2 (1.17% from 255) = 0.52%
BLUE value IS 169 (66.41% from 255) = 43.67%
R=55.81%
G=0.52%
B=43.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216216900.990.220.15313.1898.1742.75
HexD82A906316F139622b
Octal33022510143261747114253
Binary110110001010101001011000111011011111001110011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D802A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D802A9; }

 p { color: rgb(216,2,169); }

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

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

 a { background-color: rgb(216,2,169); }

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

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

 span { border-color: rgb(216,2,169); }

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