Shades of Hollywood Cerise #D718AD
Tints of Hollywood Cerise #D718AD
RGB
CMYK
RGB Variations
Color information
#D718AD (or 0xD718AD) is known color: Hollywood Cerise. HEX triplet: D7, 18 and AD. RGB value is (215,24,173). Sum of RGB (Red+Green+Blue) = 215+24+173=412 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.18% from 412); Green value is 24 (9.77% from 255 or 5.83% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 215 - color contains mainly: red. Hex color #D718AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D718AD is #28E752. Grayscale: #616161. Windows color (decimal): -2680659 or 11344087. OLE color: 11344087.
HSL color Cylindrical-coordinate representation of color #D718AD: hue angle of 313.19º 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 #D718AD is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 24 | 173 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.16 |
| HSL | 313.19º | 0.8% | 0.47% | - |
| HSV(B) | 313.19º | 0.89% | 0.84% | - |
| XYZ | 35.89 | 18.12 | 41.14 | - |
| YUV | 98.1 | 170.28 | 211.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 24 | 173 | 0 | 0.89 | 0.20 | 0.16 | 313.19 | 0.8 | 0.47 |
| Hex | D7 | 18 | AD | 0 | 59 | 14 | 10 | 139 | 50 | 2F |
| Octal | 327 | 30 | 255 | 0 | 131 | 24 | 20 | 471 | 120 | 57 |
| Binary | 11010111 | 11000 | 10101101 | 0 | 1011001 | 10100 | 10000 | 100111001 | 1010000 | 101111 |
Color Harmonies of #D718AD
Complementary color
Monochromatic Colors of #D718AD
Black with #D718AD
Text Example
Text Example
White with #D718AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D718AD; }
p { color: rgb(215,24,173); }
H1.HeaderClassName
{
color: #D718AD;
}
.AnyTagClassName
{
color: #D718AD;
}
</style>
background-color css
<style>
a { background-color: #D718AD; }
a { background-color: rgb(215,24,173); }
div.DivClassName
{
background-color: #D718AD;
}
.BgClassName
{
background-color: #D718AD;
}
</style>
border-color css
<style>
span { border-color: #D718AD; }
span { border-color: rgb(215,24,173); }
td.TdClassName
{
border-color: #D718AD;
}
.TagClassName
{
border-color: #D718AD;
}
</style>