Shades of Hollywood Cerise #D512AA
Tints of Hollywood Cerise #D512AA
RGB
CMYK
RGB Variations
Color information
#D512AA (or 0xD512AA) is known color: Hollywood Cerise. HEX triplet: D5, 12 and AA. RGB value is (213,18,170). Sum of RGB (Red+Green+Blue) = 213+18+170=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 18 (7.42% from 255 or 4.49% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D512AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D512AA is #2AED55. Grayscale: #5D5D5D. Windows color (decimal): -2813270 or 11145941. OLE color: 11145941.
HSL color Cylindrical-coordinate representation of color #D512AA: hue angle of 313.23º 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 #D512AA is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 18 | 170 | - |
| CMYK | 0 | 0.92 | 0.20 | 0.16 |
| HSL | 313.23º | 0.84% | 0.45% | - |
| HSV(B) | 313.23º | 0.92% | 0.84% | - |
| XYZ | 34.91 | 17.48 | 39.56 | - |
| YUV | 93.63 | 171.1 | 213.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 18 | 170 | 0 | 0.92 | 0.20 | 0.16 | 313.23 | 0.84 | 0.45 |
| Hex | D5 | 12 | AA | 0 | 5C | 14 | 10 | 139 | 54 | 2D |
| Octal | 325 | 22 | 252 | 0 | 134 | 24 | 20 | 471 | 124 | 55 |
| Binary | 11010101 | 10010 | 10101010 | 0 | 1011100 | 10100 | 10000 | 100111001 | 1010100 | 101101 |
Color Harmonies of #D512AA
Complementary color
Monochromatic Colors of #D512AA
Black with #D512AA
Text Example
Text Example
White with #D512AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D512AA; }
p { color: rgb(213,18,170); }
H1.HeaderClassName
{
color: #D512AA;
}
.AnyTagClassName
{
color: #D512AA;
}
</style>
background-color css
<style>
a { background-color: #D512AA; }
a { background-color: rgb(213,18,170); }
div.DivClassName
{
background-color: #D512AA;
}
.BgClassName
{
background-color: #D512AA;
}
</style>
border-color css
<style>
span { border-color: #D512AA; }
span { border-color: rgb(213,18,170); }
td.TdClassName
{
border-color: #D512AA;
}
.TagClassName
{
border-color: #D512AA;
}
</style>