Shades of Hollywood Cerise #D718A9
Tints of Hollywood Cerise #D718A9
RGB
CMYK
RGB Variations
Color information
#D718A9 (or 0xD718A9) is known color: Hollywood Cerise. HEX triplet: D7, 18 and A9. RGB value is (215,24,169). Sum of RGB (Red+Green+Blue) = 215+24+169=408 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.70% from 408); Green value is 24 (9.77% from 255 or 5.88% from 408); Blue value is 169 (66.41% from 255 or 41.42% from 408); Max value from RGB is 215 - color contains mainly: red. Hex color #D718A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D718A9 is #28E756. Grayscale: #616161. Windows color (decimal): -2680663 or 11081943. OLE color: 11081943.
HSL color Cylindrical-coordinate representation of color #D718A9: hue angle of 314.45º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D718A9 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 24 | 169 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.16 |
| HSL | 314.45º | 0.8% | 0.47% | - |
| HSV(B) | 314.45º | 0.89% | 0.84% | - |
| XYZ | 35.51 | 17.96 | 39.13 | - |
| YUV | 97.64 | 168.28 | 211.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 24 | 169 | 0 | 0.89 | 0.21 | 0.16 | 314.45 | 0.8 | 0.47 |
| Hex | D7 | 18 | A9 | 0 | 59 | 15 | 10 | 13A | 50 | 2F |
| Octal | 327 | 30 | 251 | 0 | 131 | 25 | 20 | 472 | 120 | 57 |
| Binary | 11010111 | 11000 | 10101001 | 0 | 1011001 | 10101 | 10000 | 100111010 | 1010000 | 101111 |
Color Harmonies of #D718A9
Complementary color
Monochromatic Colors of #D718A9
Black with #D718A9
Text Example
Text Example
White with #D718A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D718A9; }
p { color: rgb(215,24,169); }
H1.HeaderClassName
{
color: #D718A9;
}
.AnyTagClassName
{
color: #D718A9;
}
</style>
background-color css
<style>
a { background-color: #D718A9; }
a { background-color: rgb(215,24,169); }
div.DivClassName
{
background-color: #D718A9;
}
.BgClassName
{
background-color: #D718A9;
}
</style>
border-color css
<style>
span { border-color: #D718A9; }
span { border-color: rgb(215,24,169); }
td.TdClassName
{
border-color: #D718A9;
}
.TagClassName
{
border-color: #D718A9;
}
</style>