Shades of Hollywood Cerise #D719AB
Tints of Hollywood Cerise #D719AB
RGB
CMYK
RGB Variations
Color information
#D719AB (or 0xD719AB) is known color: Hollywood Cerise. HEX triplet: D7, 19 and AB. RGB value is (215,25,171). Sum of RGB (Red+Green+Blue) = 215+25+171=411 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.31% from 411); Green value is 25 (10.16% from 255 or 6.08% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 215 - color contains mainly: red. Hex color #D719AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D719AB is #28E654. Grayscale: #626262. Windows color (decimal): -2680405 or 11213271. OLE color: 11213271.
HSL color Cylindrical-coordinate representation of color #D719AB: hue angle of 313.89º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D719AB is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 25 | 171 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.16 |
| HSL | 313.89º | 0.79% | 0.47% | - |
| HSV(B) | 313.89º | 0.88% | 0.84% | - |
| XYZ | 35.72 | 18.08 | 40.14 | - |
| YUV | 98.45 | 168.95 | 211.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 25 | 171 | 0 | 0.88 | 0.20 | 0.16 | 313.89 | 0.79 | 0.47 |
| Hex | D7 | 19 | AB | 0 | 58 | 14 | 10 | 13A | 4F | 2F |
| Octal | 327 | 31 | 253 | 0 | 130 | 24 | 20 | 472 | 117 | 57 |
| Binary | 11010111 | 11001 | 10101011 | 0 | 1011000 | 10100 | 10000 | 100111010 | 1001111 | 101111 |
Color Harmonies of #D719AB
Complementary color
Monochromatic Colors of #D719AB
Black with #D719AB
Text Example
Text Example
White with #D719AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D719AB; }
p { color: rgb(215,25,171); }
H1.HeaderClassName
{
color: #D719AB;
}
.AnyTagClassName
{
color: #D719AB;
}
</style>
background-color css
<style>
a { background-color: #D719AB; }
a { background-color: rgb(215,25,171); }
div.DivClassName
{
background-color: #D719AB;
}
.BgClassName
{
background-color: #D719AB;
}
</style>
border-color css
<style>
span { border-color: #D719AB; }
span { border-color: rgb(215,25,171); }
td.TdClassName
{
border-color: #D719AB;
}
.TagClassName
{
border-color: #D719AB;
}
</style>