Shades of Hollywood Cerise #D719AA
Tints of Hollywood Cerise #D719AA
RGB
CMYK
RGB Variations
Color information
#D719AA (or 0xD719AA) is known color: Hollywood Cerise. HEX triplet: D7, 19 and AA. RGB value is (215,25,170). Sum of RGB (Red+Green+Blue) = 215+25+170=410 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.44% from 410); Green value is 25 (10.16% from 255 or 6.10% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 215 - color contains mainly: red. Hex color #D719AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D719AA is #28E655. Grayscale: #616161. Windows color (decimal): -2680406 or 11147735. OLE color: 11147735.
HSL color Cylindrical-coordinate representation of color #D719AA: hue angle of 314.21º 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 #D719AA is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 25 | 170 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.16 |
| HSL | 314.21º | 0.79% | 0.47% | - |
| HSV(B) | 314.21º | 0.88% | 0.84% | - |
| XYZ | 35.63 | 18.04 | 39.64 | - |
| YUV | 98.34 | 168.45 | 211.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 25 | 170 | 0 | 0.88 | 0.21 | 0.16 | 314.21 | 0.79 | 0.47 |
| Hex | D7 | 19 | AA | 0 | 58 | 15 | 10 | 13A | 4F | 2F |
| Octal | 327 | 31 | 252 | 0 | 130 | 25 | 20 | 472 | 117 | 57 |
| Binary | 11010111 | 11001 | 10101010 | 0 | 1011000 | 10101 | 10000 | 100111010 | 1001111 | 101111 |
Color Harmonies of #D719AA
Complementary color
Monochromatic Colors of #D719AA
Black with #D719AA
Text Example
Text Example
White with #D719AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D719AA; }
p { color: rgb(215,25,170); }
H1.HeaderClassName
{
color: #D719AA;
}
.AnyTagClassName
{
color: #D719AA;
}
</style>
background-color css
<style>
a { background-color: #D719AA; }
a { background-color: rgb(215,25,170); }
div.DivClassName
{
background-color: #D719AA;
}
.BgClassName
{
background-color: #D719AA;
}
</style>
border-color css
<style>
span { border-color: #D719AA; }
span { border-color: rgb(215,25,170); }
td.TdClassName
{
border-color: #D719AA;
}
.TagClassName
{
border-color: #D719AA;
}
</style>