Shades of Hollywood Cerise #D502AB
Tints of Hollywood Cerise #D502AB
RGB
CMYK
RGB Variations
Color information
#D502AB (or 0xD502AB) is known color: Hollywood Cerise. HEX triplet: D5, 02 and AB. RGB value is (213,2,171). Sum of RGB (Red+Green+Blue) = 213+2+171=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 2 (1.17% from 255 or 0.52% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D502AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D502AB is #2AFD54. Grayscale: #535353. Windows color (decimal): -2817365 or 11207381. OLE color: 11207381.
HSL color Cylindrical-coordinate representation of color #D502AB: hue angle of 311.94º 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 #D502AB is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 2 | 171 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.16 |
| HSL | 311.94º | 0.98% | 0.42% | - |
| HSV(B) | 311.94º | 0.99% | 0.84% | - |
| XYZ | 34.81 | 17.13 | 40 | - |
| YUV | 84.36 | 176.9 | 219.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 171 | 0 | 0.99 | 0.20 | 0.16 | 311.94 | 0.98 | 0.42 |
| Hex | D5 | 2 | AB | 0 | 63 | 14 | 10 | 138 | 62 | 2A |
| Octal | 325 | 2 | 253 | 0 | 143 | 24 | 20 | 470 | 142 | 52 |
| Binary | 11010101 | 10 | 10101011 | 0 | 1100011 | 10100 | 10000 | 100111000 | 1100010 | 101010 |
Color Harmonies of #D502AB
Complementary color
Monochromatic Colors of #D502AB
Black with #D502AB
Text Example
Text Example
White with #D502AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D502AB; }
p { color: rgb(213,2,171); }
H1.HeaderClassName
{
color: #D502AB;
}
.AnyTagClassName
{
color: #D502AB;
}
</style>
background-color css
<style>
a { background-color: #D502AB; }
a { background-color: rgb(213,2,171); }
div.DivClassName
{
background-color: #D502AB;
}
.BgClassName
{
background-color: #D502AB;
}
</style>
border-color css
<style>
span { border-color: #D502AB; }
span { border-color: rgb(213,2,171); }
td.TdClassName
{
border-color: #D502AB;
}
.TagClassName
{
border-color: #D502AB;
}
</style>