Shades of Hollywood Cerise #D512AB
Tints of Hollywood Cerise #D512AB
RGB
CMYK
RGB Variations
Color information
#D512AB (or 0xD512AB) is known color: Hollywood Cerise. HEX triplet: D5, 12 and AB. RGB value is (213,18,171). Sum of RGB (Red+Green+Blue) = 213+18+171=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 18 (7.42% from 255 or 4.48% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D512AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D512AB is #2AED54. Grayscale: #5D5D5D. Windows color (decimal): -2813269 or 11211477. OLE color: 11211477.
HSL color Cylindrical-coordinate representation of color #D512AB: hue angle of 312.92º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D512AB is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 18 | 171 | - |
| CMYK | 0 | 0.92 | 0.20 | 0.16 |
| HSL | 312.92º | 0.84% | 0.45% | - |
| HSV(B) | 312.92º | 0.92% | 0.84% | - |
| XYZ | 35.01 | 17.52 | 40.06 | - |
| YUV | 93.75 | 171.6 | 213.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 18 | 171 | 0 | 0.92 | 0.20 | 0.16 | 312.92 | 0.84 | 0.45 |
| Hex | D5 | 12 | AB | 0 | 5C | 14 | 10 | 139 | 54 | 2D |
| Octal | 325 | 22 | 253 | 0 | 134 | 24 | 20 | 471 | 124 | 55 |
| Binary | 11010101 | 10010 | 10101011 | 0 | 1011100 | 10100 | 10000 | 100111001 | 1010100 | 101101 |
Color Harmonies of #D512AB
Complementary color
Monochromatic Colors of #D512AB
Black with #D512AB
Text Example
Text Example
White with #D512AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D512AB; }
p { color: rgb(213,18,171); }
H1.HeaderClassName
{
color: #D512AB;
}
.AnyTagClassName
{
color: #D512AB;
}
</style>
background-color css
<style>
a { background-color: #D512AB; }
a { background-color: rgb(213,18,171); }
div.DivClassName
{
background-color: #D512AB;
}
.BgClassName
{
background-color: #D512AB;
}
</style>
border-color css
<style>
span { border-color: #D512AB; }
span { border-color: rgb(213,18,171); }
td.TdClassName
{
border-color: #D512AB;
}
.TagClassName
{
border-color: #D512AB;
}
</style>