Shades of Hollywood Cerise #D512A8
Tints of Hollywood Cerise #D512A8
RGB
CMYK
RGB Variations
Color information
#D512A8 (or 0xD512A8) is known color: Hollywood Cerise. HEX triplet: D5, 12 and A8. RGB value is (213,18,168). Sum of RGB (Red+Green+Blue) = 213+18+168=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 18 (7.42% from 255 or 4.51% from 399); Blue value is 168 (66.02% from 255 or 42.11% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D512A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D512A8 is #2AED57. Grayscale: #5D5D5D. Windows color (decimal): -2813272 or 11014869. OLE color: 11014869.
HSL color Cylindrical-coordinate representation of color #D512A8: hue angle of 313.85º 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 #D512A8 is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 18 | 168 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.16 |
| HSL | 313.85º | 0.84% | 0.45% | - |
| HSV(B) | 313.85º | 0.92% | 0.84% | - |
| XYZ | 34.72 | 17.41 | 38.58 | - |
| YUV | 93.41 | 170.1 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 18 | 168 | 0 | 0.92 | 0.21 | 0.16 | 313.85 | 0.84 | 0.45 |
| Hex | D5 | 12 | A8 | 0 | 5C | 15 | 10 | 13A | 54 | 2D |
| Octal | 325 | 22 | 250 | 0 | 134 | 25 | 20 | 472 | 124 | 55 |
| Binary | 11010101 | 10010 | 10101000 | 0 | 1011100 | 10101 | 10000 | 100111010 | 1010100 | 101101 |
Color Harmonies of #D512A8
Complementary color
Monochromatic Colors of #D512A8
Black with #D512A8
Text Example
Text Example
White with #D512A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D512A8; }
p { color: rgb(213,18,168); }
H1.HeaderClassName
{
color: #D512A8;
}
.AnyTagClassName
{
color: #D512A8;
}
</style>
background-color css
<style>
a { background-color: #D512A8; }
a { background-color: rgb(213,18,168); }
div.DivClassName
{
background-color: #D512A8;
}
.BgClassName
{
background-color: #D512A8;
}
</style>
border-color css
<style>
span { border-color: #D512A8; }
span { border-color: rgb(213,18,168); }
td.TdClassName
{
border-color: #D512A8;
}
.TagClassName
{
border-color: #D512A8;
}
</style>