Shades of Hollywood Cerise #D302AB
Tints of Hollywood Cerise #D302AB
RGB
CMYK
RGB Variations
Color information
#D302AB (or 0xD302AB) is known color: Hollywood Cerise. HEX triplet: D3, 02 and AB. RGB value is (211,2,171). Sum of RGB (Red+Green+Blue) = 211+2+171=384 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.95% from 384); Green value is 2 (1.17% from 255 or 0.52% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 211 - color contains mainly: red. Hex color #D302AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D302AB is #2CFD54. Grayscale: #535353. Windows color (decimal): -2948437 or 11207379. OLE color: 11207379.
HSL color Cylindrical-coordinate representation of color #D302AB: hue angle of 311.48º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D302AB is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 2 | 171 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.17 |
| HSL | 311.48º | 0.98% | 0.42% | - |
| HSV(B) | 311.48º | 0.99% | 0.83% | - |
| XYZ | 34.24 | 16.83 | 39.97 | - |
| YUV | 83.76 | 177.24 | 218.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 2 | 171 | 0 | 0.99 | 0.19 | 0.17 | 311.48 | 0.98 | 0.42 |
| Hex | D3 | 2 | AB | 0 | 63 | 13 | 11 | 137 | 62 | 2A |
| Octal | 323 | 2 | 253 | 0 | 143 | 23 | 21 | 467 | 142 | 52 |
| Binary | 11010011 | 10 | 10101011 | 0 | 1100011 | 10011 | 10001 | 100110111 | 1100010 | 101010 |
Color Harmonies of #D302AB
Complementary color
Monochromatic Colors of #D302AB
Black with #D302AB
Text Example
Text Example
White with #D302AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D302AB; }
p { color: rgb(211,2,171); }
H1.HeaderClassName
{
color: #D302AB;
}
.AnyTagClassName
{
color: #D302AB;
}
</style>
background-color css
<style>
a { background-color: #D302AB; }
a { background-color: rgb(211,2,171); }
div.DivClassName
{
background-color: #D302AB;
}
.BgClassName
{
background-color: #D302AB;
}
</style>
border-color css
<style>
span { border-color: #D302AB; }
span { border-color: rgb(211,2,171); }
td.TdClassName
{
border-color: #D302AB;
}
.TagClassName
{
border-color: #D302AB;
}
</style>