Shades of Hollywood Cerise #D600AA
Tints of Hollywood Cerise #D600AA
RGB
CMYK
RGB Variations
Color information
#D600AA (or 0xD600AA) is known color: 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
| RGB | 214 | 0 | 170 | - |
| CMYK | 0 | 1 | 0.21 | 0.16 |
| HSL | 312.34º | 1% | 0.42% | - |
| HSV(B) | 312.34º | 1% | 0.84% | - |
| XYZ | 34.99 | 17.2 | 39.51 | - |
| YUV | 83.37 | 176.9 | 221.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 170 | 0 | 1 | 0.21 | 0.16 | 312.34 | 1 | 0.42 |
| Hex | D6 | 0 | AA | 0 | 64 | 15 | 10 | 138 | 64 | 2A |
| Octal | 326 | 0 | 252 | 0 | 144 | 25 | 20 | 470 | 144 | 52 |
| Binary | 11010110 | 0 | 10101010 | 0 | 1100100 | 10101 | 10000 | 100111000 | 1100100 | 101010 |
Color Harmonies of #D600AA
Complementary color
Monochromatic Colors of #D600AA
Black with #D600AA
Text Example
Text Example
White with #D600AA
Text Example
Text Example
HTML Codes & Css Web 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>