#D600AA

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

Shades of Hollywood Cerise #D600AA

Tints of Hollywood Cerise #D600AA

Color information

#D600AA (or 0xD600AA) is unknown color: approx Hollywood Cerise. HEX triplet: D6, 00 and AA. RGB value is (214,0,170). Sum of RGB (Red+Green+Blue) = 214+0+170=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 0 (0.39% from 255 or 0% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D600AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D600AA is #29FF55. Grayscale: #525252. Windows color (decimal): -2752342 or 11141334. OLE color: 11141334.

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

Color convert

RGB2140170-
CMYK010.210.16
HSL312.34º100%41.96%-
HSV(B)312.34º100%83.92%-
XYZ34.9917.239.51-
YUV83.37176.9221.18-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 55.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 170 (66.80% from 255) = 44.27%
R=55.73%
G=0%
B=44.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2140170010.210.16312.3410041.96
HexD60AA0641510138642a
Octal32602520144252047014452
Binary110101100101010100110010010101100001001110001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D600AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D600AA; }

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

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

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

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

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

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

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

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