Shades of Hollywood Cerise #D516AB
Tints of Hollywood Cerise #D516AB
RGB
CMYK
RGB Variations
Color information
#D516AB (or 0xD516AB) is known color: Hollywood Cerise. HEX triplet: D5, 16 and AB. RGB value is (213,22,171). Sum of RGB (Red+Green+Blue) = 213+22+171=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 22 (8.98% from 255 or 5.42% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D516AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D516AB is #2AE954. Grayscale: #5F5F5F. Windows color (decimal): -2812245 or 11212501. OLE color: 11212501.
HSL color Cylindrical-coordinate representation of color #D516AB: hue angle of 313.19º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D516AB is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 22 | 171 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.16 |
| HSL | 313.19º | 0.81% | 0.46% | - |
| HSV(B) | 313.19º | 0.9% | 0.84% | - |
| XYZ | 35.08 | 17.66 | 40.09 | - |
| YUV | 96.1 | 170.28 | 211.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 22 | 171 | 0 | 0.90 | 0.20 | 0.16 | 313.19 | 0.81 | 0.46 |
| Hex | D5 | 16 | AB | 0 | 5A | 14 | 10 | 139 | 51 | 2E |
| Octal | 325 | 26 | 253 | 0 | 132 | 24 | 20 | 471 | 121 | 56 |
| Binary | 11010101 | 10110 | 10101011 | 0 | 1011010 | 10100 | 10000 | 100111001 | 1010001 | 101110 |
Color Harmonies of #D516AB
Complementary color
Monochromatic Colors of #D516AB
Black with #D516AB
Text Example
Text Example
White with #D516AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D516AB; }
p { color: rgb(213,22,171); }
H1.HeaderClassName
{
color: #D516AB;
}
.AnyTagClassName
{
color: #D516AB;
}
</style>
background-color css
<style>
a { background-color: #D516AB; }
a { background-color: rgb(213,22,171); }
div.DivClassName
{
background-color: #D516AB;
}
.BgClassName
{
background-color: #D516AB;
}
</style>
border-color css
<style>
span { border-color: #D516AB; }
span { border-color: rgb(213,22,171); }
td.TdClassName
{
border-color: #D516AB;
}
.TagClassName
{
border-color: #D516AB;
}
</style>