#D402A3

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

Shades of Hollywood Cerise #D402A3

Tints of Hollywood Cerise #D402A3

Color information

#D402A3 (or 0xD402A3) is unknown color: approx Hollywood Cerise. HEX triplet: D4, 02 and A3. RGB value is (212,2,163). Sum of RGB (Red+Green+Blue) = 212+2+163=377 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.23% from 377); Green value is 2 (1.17% from 255 or 0.53% from 377); Blue value is 163 (64.06% from 255 or 43.24% from 377); Max value from RGB is 212 - color contains mainly: red. Hex color #D402A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D402A3 is #2BFD5C. Grayscale: #525252. Windows color (decimal): -2882909 or 10683092. OLE color: 10683092.

HSL color Cylindrical-coordinate representation of color #D402A3: hue angle of 314º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D402A3 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.17.

Color convert

RGB2122163-
CMYK00.990.230.17
HSL314º98.13%41.96%-
HSV(B)314º99.06%83.14%-
XYZ33.7816.6836.09-
YUV83.14173.07219.91-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 56.23%
GREEN value IS 2 (1.17% from 255) = 0.53%
BLUE value IS 163 (64.06% from 255) = 43.24%
R=56.23%
G=0.53%
B=43.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.23
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212216300.990.230.1731498.1341.96
HexD42A3063171113a622a
Octal32422430143272147214252
Binary1101010010101000110110001110111100011001110101100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D402A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D402A3; }

 p { color: rgb(212,2,163); }

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

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

 a { background-color: rgb(212,2,163); }

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

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

 span { border-color: rgb(212,2,163); }

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