Shades of Hollywood Cerise #D513AB
Tints of Hollywood Cerise #D513AB
RGB
CMYK
RGB Variations
Color information
#D513AB (or 0xD513AB) is known color: Hollywood Cerise. HEX triplet: D5, 13 and AB. RGB value is (213,19,171). Sum of RGB (Red+Green+Blue) = 213+19+171=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 19 (7.81% from 255 or 4.71% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D513AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D513AB is #2AEC54. Grayscale: #5D5D5D. Windows color (decimal): -2813013 or 11211733. OLE color: 11211733.
HSL color Cylindrical-coordinate representation of color #D513AB: hue angle of 312.99º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D513AB is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 19 | 171 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.16 |
| HSL | 312.99º | 0.84% | 0.45% | - |
| HSV(B) | 312.99º | 0.91% | 0.84% | - |
| XYZ | 35.02 | 17.55 | 40.07 | - |
| YUV | 94.33 | 171.27 | 212.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 19 | 171 | 0 | 0.91 | 0.20 | 0.16 | 312.99 | 0.84 | 0.45 |
| Hex | D5 | 13 | AB | 0 | 5B | 14 | 10 | 139 | 54 | 2D |
| Octal | 325 | 23 | 253 | 0 | 133 | 24 | 20 | 471 | 124 | 55 |
| Binary | 11010101 | 10011 | 10101011 | 0 | 1011011 | 10100 | 10000 | 100111001 | 1010100 | 101101 |
Color Harmonies of #D513AB
Complementary color
Monochromatic Colors of #D513AB
Black with #D513AB
Text Example
Text Example
White with #D513AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D513AB; }
p { color: rgb(213,19,171); }
H1.HeaderClassName
{
color: #D513AB;
}
.AnyTagClassName
{
color: #D513AB;
}
</style>
background-color css
<style>
a { background-color: #D513AB; }
a { background-color: rgb(213,19,171); }
div.DivClassName
{
background-color: #D513AB;
}
.BgClassName
{
background-color: #D513AB;
}
</style>
border-color css
<style>
span { border-color: #D513AB; }
span { border-color: rgb(213,19,171); }
td.TdClassName
{
border-color: #D513AB;
}
.TagClassName
{
border-color: #D513AB;
}
</style>