Shades of Hollywood Cerise #D502A8
Tints of Hollywood Cerise #D502A8
RGB
CMYK
RGB Variations
Color information
#D502A8 (or 0xD502A8) is known color: Hollywood Cerise. HEX triplet: D5, 02 and A8. RGB value is (213,2,168). Sum of RGB (Red+Green+Blue) = 213+2+168=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 2 (1.17% from 255 or 0.52% from 383); Blue value is 168 (66.02% from 255 or 43.86% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D502A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D502A8 is #2AFD57. Grayscale: #535353. Windows color (decimal): -2817368 or 11010773. OLE color: 11010773.
HSL color Cylindrical-coordinate representation of color #D502A8: hue angle of 312.8º 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 #D502A8 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 2 | 168 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.16 |
| HSL | 312.8º | 0.98% | 0.42% | - |
| HSV(B) | 312.8º | 0.99% | 0.84% | - |
| XYZ | 34.53 | 17.02 | 38.51 | - |
| YUV | 84.01 | 175.4 | 220 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 168 | 0 | 0.99 | 0.21 | 0.16 | 312.8 | 0.98 | 0.42 |
| Hex | D5 | 2 | A8 | 0 | 63 | 15 | 10 | 139 | 62 | 2A |
| Octal | 325 | 2 | 250 | 0 | 143 | 25 | 20 | 471 | 142 | 52 |
| Binary | 11010101 | 10 | 10101000 | 0 | 1100011 | 10101 | 10000 | 100111001 | 1100010 | 101010 |
Color Harmonies of #D502A8
Complementary color
Monochromatic Colors of #D502A8
Black with #D502A8
Text Example
Text Example
White with #D502A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D502A8; }
p { color: rgb(213,2,168); }
H1.HeaderClassName
{
color: #D502A8;
}
.AnyTagClassName
{
color: #D502A8;
}
</style>
background-color css
<style>
a { background-color: #D502A8; }
a { background-color: rgb(213,2,168); }
div.DivClassName
{
background-color: #D502A8;
}
.BgClassName
{
background-color: #D502A8;
}
</style>
border-color css
<style>
span { border-color: #D502A8; }
span { border-color: rgb(213,2,168); }
td.TdClassName
{
border-color: #D502A8;
}
.TagClassName
{
border-color: #D502A8;
}
</style>