Shades of Hollywood Cerise #D718AA
Tints of Hollywood Cerise #D718AA
RGB
CMYK
RGB Variations
Color information
#D718AA (or 0xD718AA) is known color: Hollywood Cerise. HEX triplet: D7, 18 and AA. RGB value is (215,24,170). Sum of RGB (Red+Green+Blue) = 215+24+170=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 24 (9.77% from 255 or 5.87% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D718AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D718AA is #28E755. Grayscale: #616161. Windows color (decimal): -2680662 or 11147479. OLE color: 11147479.
HSL color Cylindrical-coordinate representation of color #D718AA: hue angle of 314.14º 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 #D718AA is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 24 | 170 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.16 |
| HSL | 314.14º | 0.8% | 0.47% | - |
| HSV(B) | 314.14º | 0.89% | 0.84% | - |
| XYZ | 35.61 | 18 | 39.63 | - |
| YUV | 97.75 | 168.78 | 211.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 24 | 170 | 0 | 0.89 | 0.21 | 0.16 | 314.14 | 0.8 | 0.47 |
| Hex | D7 | 18 | AA | 0 | 59 | 15 | 10 | 13A | 50 | 2F |
| Octal | 327 | 30 | 252 | 0 | 131 | 25 | 20 | 472 | 120 | 57 |
| Binary | 11010111 | 11000 | 10101010 | 0 | 1011001 | 10101 | 10000 | 100111010 | 1010000 | 101111 |
Color Harmonies of #D718AA
Complementary color
Monochromatic Colors of #D718AA
Black with #D718AA
Text Example
Text Example
White with #D718AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D718AA; }
p { color: rgb(215,24,170); }
H1.HeaderClassName
{
color: #D718AA;
}
.AnyTagClassName
{
color: #D718AA;
}
</style>
background-color css
<style>
a { background-color: #D718AA; }
a { background-color: rgb(215,24,170); }
div.DivClassName
{
background-color: #D718AA;
}
.BgClassName
{
background-color: #D718AA;
}
</style>
border-color css
<style>
span { border-color: #D718AA; }
span { border-color: rgb(215,24,170); }
td.TdClassName
{
border-color: #D718AA;
}
.TagClassName
{
border-color: #D718AA;
}
</style>