Shades of Hollywood Cerise #D718AF
Tints of Hollywood Cerise #D718AF
RGB
CMYK
RGB Variations
Color information
#D718AF (or 0xD718AF) is known color: Hollywood Cerise. HEX triplet: D7, 18 and AF. RGB value is (215,24,175). Sum of RGB (Red+Green+Blue) = 215+24+175=414 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.93% from 414); Green value is 24 (9.77% from 255 or 5.80% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 215 - color contains mainly: red. Hex color #D718AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D718AF is #28E750. Grayscale: #616161. Windows color (decimal): -2680657 or 11475159. OLE color: 11475159.
HSL color Cylindrical-coordinate representation of color #D718AF: hue angle of 312.57º 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 #D718AF is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 24 | 175 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.16 |
| HSL | 312.57º | 0.8% | 0.47% | - |
| HSV(B) | 312.57º | 0.89% | 0.84% | - |
| XYZ | 36.09 | 18.2 | 42.17 | - |
| YUV | 98.32 | 171.28 | 211.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 24 | 175 | 0 | 0.89 | 0.19 | 0.16 | 312.57 | 0.8 | 0.47 |
| Hex | D7 | 18 | AF | 0 | 59 | 13 | 10 | 139 | 50 | 2F |
| Octal | 327 | 30 | 257 | 0 | 131 | 23 | 20 | 471 | 120 | 57 |
| Binary | 11010111 | 11000 | 10101111 | 0 | 1011001 | 10011 | 10000 | 100111001 | 1010000 | 101111 |
Color Harmonies of #D718AF
Complementary color
Monochromatic Colors of #D718AF
Black with #D718AF
Text Example
Text Example
White with #D718AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D718AF; }
p { color: rgb(215,24,175); }
H1.HeaderClassName
{
color: #D718AF;
}
.AnyTagClassName
{
color: #D718AF;
}
</style>
background-color css
<style>
a { background-color: #D718AF; }
a { background-color: rgb(215,24,175); }
div.DivClassName
{
background-color: #D718AF;
}
.BgClassName
{
background-color: #D718AF;
}
</style>
border-color css
<style>
span { border-color: #D718AF; }
span { border-color: rgb(215,24,175); }
td.TdClassName
{
border-color: #D718AF;
}
.TagClassName
{
border-color: #D718AF;
}
</style>