#D204A9

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

Shades of Hollywood Cerise #D204A9

Tints of Hollywood Cerise #D204A9

Color information

#D204A9 (or 0xD204A9) is unknown color: approx Hollywood Cerise. HEX triplet: D2, 04 and A9. RGB value is (210,4,169). Sum of RGB (Red+Green+Blue) = 210+4+169=383 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.83% from 383); Green value is 4 (1.95% from 255 or 1.04% from 383); Blue value is 169 (66.41% from 255 or 44.13% from 383); Max value from RGB is 210 - color contains mainly: red. Hex color #D204A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D204A9 is #2DFB56. Grayscale: #535353. Windows color (decimal): -3013463 or 11076818. OLE color: 11076818.

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

Color convert

RGB2104169-
CMYK00.980.200.18
HSL311.94º96.26%41.96%-
HSV(B)311.94º98.1%82.35%-
XYZ33.7816.6538.97-
YUV84.4175.75217.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 54.83%
GREEN value IS 4 (1.95% from 255) = 1.04%
BLUE value IS 169 (66.41% from 255) = 44.13%
R=54.83%
G=1.04%
B=44.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210416900.980.200.18311.9496.2641.96
HexD24A90621412138602a
Octal32242510142242247014052
Binary11010010100101010010110001010100100101001110001100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D204A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D204A9; }

 p { color: rgb(210,4,169); }

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

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

 a { background-color: rgb(210,4,169); }

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

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

 span { border-color: rgb(210,4,169); }

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