Shades of Hollywood Cerise #D717A8
Tints of Hollywood Cerise #D717A8
RGB
CMYK
RGB Variations
Color information
#D717A8 (or 0xD717A8) is known color: Hollywood Cerise. HEX triplet: D7, 17 and A8. RGB value is (215,23,168). Sum of RGB (Red+Green+Blue) = 215+23+168=406 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.96% from 406); Green value is 23 (9.38% from 255 or 5.67% from 406); Blue value is 168 (66.02% from 255 or 41.38% from 406); Max value from RGB is 215 - color contains mainly: red. Hex color #D717A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D717A8 is #28E857. Grayscale: #606060. Windows color (decimal): -2680920 or 11016151. OLE color: 11016151.
HSL color Cylindrical-coordinate representation of color #D717A8: hue angle of 314.69º degrees, saturation: 0.81, 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 #D717A8 is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 23 | 168 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.16 |
| HSL | 314.69º | 0.81% | 0.47% | - |
| HSV(B) | 314.69º | 0.89% | 0.84% | - |
| XYZ | 35.4 | 17.89 | 38.63 | - |
| YUV | 96.94 | 168.11 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 23 | 168 | 0 | 0.89 | 0.22 | 0.16 | 314.69 | 0.81 | 0.47 |
| Hex | D7 | 17 | A8 | 0 | 59 | 16 | 10 | 13B | 51 | 2F |
| Octal | 327 | 27 | 250 | 0 | 131 | 26 | 20 | 473 | 121 | 57 |
| Binary | 11010111 | 10111 | 10101000 | 0 | 1011001 | 10110 | 10000 | 100111011 | 1010001 | 101111 |
Color Harmonies of #D717A8
Complementary color
Monochromatic Colors of #D717A8
Black with #D717A8
Text Example
Text Example
White with #D717A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D717A8; }
p { color: rgb(215,23,168); }
H1.HeaderClassName
{
color: #D717A8;
}
.AnyTagClassName
{
color: #D717A8;
}
</style>
background-color css
<style>
a { background-color: #D717A8; }
a { background-color: rgb(215,23,168); }
div.DivClassName
{
background-color: #D717A8;
}
.BgClassName
{
background-color: #D717A8;
}
</style>
border-color css
<style>
span { border-color: #D717A8; }
span { border-color: rgb(215,23,168); }
td.TdClassName
{
border-color: #D717A8;
}
.TagClassName
{
border-color: #D717A8;
}
</style>