#D40AA4

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

Shades of Hollywood Cerise #D40AA4

Tints of Hollywood Cerise #D40AA4

Color information

#D40AA4 (or 0xD40AA4) is unknown color: approx Hollywood Cerise. HEX triplet: D4, 0A and A4. RGB value is (212,10,164). Sum of RGB (Red+Green+Blue) = 212+10+164=386 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.92% from 386); Green value is 10 (4.30% from 255 or 2.59% from 386); Blue value is 164 (64.45% from 255 or 42.49% from 386); Max value from RGB is 212 - color contains mainly: red. Hex color #D40AA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40AA4 is #2BF55B. Grayscale: #575757. Windows color (decimal): -2880860 or 10750676. OLE color: 10750676.

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

Color convert

RGB21210164-
CMYK00.950.230.17
HSL314.26º90.99%43.53%-
HSV(B)314.26º95.28%83.14%-
XYZ33.9616.8936.59-
YUV87.95170.92216.48-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 54.92%
GREEN value IS 10 (4.30% from 255) = 2.59%
BLUE value IS 164 (64.45% from 255) = 42.49%
R=54.92%
G=2.59%
B=42.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.23
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121016400.950.230.17314.2690.9943.53
HexD4AA405F171113a5b2c
Octal324122440137272147213354
Binary110101001010101001000101111110111100011001110101011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D40AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D40AA4; }

 p { color: rgb(212,10,164); }

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

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

 a { background-color: rgb(212,10,164); }

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

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

 span { border-color: rgb(212,10,164); }

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