#D400AA

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

Shades of Hollywood Cerise #D400AA

Tints of Hollywood Cerise #D400AA

Color information

#D400AA (or 0xD400AA) is unknown color: approx Hollywood Cerise. HEX triplet: D4, 00 and AA. RGB value is (212,0,170). Sum of RGB (Red+Green+Blue) = 212+0+170=382 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.50% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 212 - color contains mainly: red. Hex color #D400AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D400AA is #2BFF55. Grayscale: #525252. Windows color (decimal): -2883414 or 11141332. OLE color: 11141332.

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

Color convert

RGB2120170-
CMYK010.200.17
HSL311.89º100%41.57%-
HSV(B)311.89º100%83.14%-
XYZ34.4116.939.48-
YUV82.77177.24220.18-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 55.50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 170 (66.80% from 255) = 44.50%
R=55.50%
G=0%
B=44.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2120170010.200.17311.8910041.57
HexD40AA0641411138642a
Octal32402520144242147014452
Binary110101000101010100110010010100100011001110001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D400AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D400AA; }

 p { color: rgb(212,0,170); }

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

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

 a { background-color: rgb(212,0,170); }

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

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

 span { border-color: rgb(212,0,170); }

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