Shades of Hollywood Cerise #D602A8
Tints of Hollywood Cerise #D602A8
RGB
CMYK
RGB Variations
Color information
#D602A8 (or 0xD602A8) is known color: Hollywood Cerise. HEX triplet: D6, 02 and A8. RGB value is (214,2,168). Sum of RGB (Red+Green+Blue) = 214+2+168=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 2 (1.17% from 255 or 0.52% from 384); Blue value is 168 (66.02% from 255 or 43.75% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D602A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D602A8 is #29FD57. Grayscale: #535353. Windows color (decimal): -2751832 or 11010774. OLE color: 11010774.
HSL color Cylindrical-coordinate representation of color #D602A8: hue angle of 313.02º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D602A8 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 168 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.16 |
| HSL | 313.02º | 0.98% | 0.42% | - |
| HSV(B) | 313.02º | 0.99% | 0.84% | - |
| XYZ | 34.82 | 17.17 | 38.52 | - |
| YUV | 84.31 | 175.24 | 220.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 168 | 0 | 0.99 | 0.21 | 0.16 | 313.02 | 0.98 | 0.42 |
| Hex | D6 | 2 | A8 | 0 | 63 | 15 | 10 | 139 | 62 | 2A |
| Octal | 326 | 2 | 250 | 0 | 143 | 25 | 20 | 471 | 142 | 52 |
| Binary | 11010110 | 10 | 10101000 | 0 | 1100011 | 10101 | 10000 | 100111001 | 1100010 | 101010 |
Color Harmonies of #D602A8
Complementary color
Monochromatic Colors of #D602A8
Black with #D602A8
Text Example
Text Example
White with #D602A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D602A8; }
p { color: rgb(214,2,168); }
H1.HeaderClassName
{
color: #D602A8;
}
.AnyTagClassName
{
color: #D602A8;
}
</style>
background-color css
<style>
a { background-color: #D602A8; }
a { background-color: rgb(214,2,168); }
div.DivClassName
{
background-color: #D602A8;
}
.BgClassName
{
background-color: #D602A8;
}
</style>
border-color css
<style>
span { border-color: #D602A8; }
span { border-color: rgb(214,2,168); }
td.TdClassName
{
border-color: #D602A8;
}
.TagClassName
{
border-color: #D602A8;
}
</style>