Shades of Hollywood Cerise #D717AB
Tints of Hollywood Cerise #D717AB
RGB
CMYK
RGB Variations
Color information
#D717AB (or 0xD717AB) is known color: Hollywood Cerise. HEX triplet: D7, 17 and AB. RGB value is (215,23,171). Sum of RGB (Red+Green+Blue) = 215+23+171=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 23 (9.38% from 255 or 5.62% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D717AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D717AB is #28E854. Grayscale: #606060. Windows color (decimal): -2680917 or 11212759. OLE color: 11212759.
HSL color Cylindrical-coordinate representation of color #D717AB: hue angle of 313.75º 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 #D717AB is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 23 | 171 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.16 |
| HSL | 313.75º | 0.81% | 0.47% | - |
| HSV(B) | 313.75º | 0.89% | 0.84% | - |
| XYZ | 35.68 | 18 | 40.12 | - |
| YUV | 97.28 | 169.61 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 23 | 171 | 0 | 0.89 | 0.20 | 0.16 | 313.75 | 0.81 | 0.47 |
| Hex | D7 | 17 | AB | 0 | 59 | 14 | 10 | 13A | 51 | 2F |
| Octal | 327 | 27 | 253 | 0 | 131 | 24 | 20 | 472 | 121 | 57 |
| Binary | 11010111 | 10111 | 10101011 | 0 | 1011001 | 10100 | 10000 | 100111010 | 1010001 | 101111 |
Color Harmonies of #D717AB
Complementary color
Monochromatic Colors of #D717AB
Black with #D717AB
Text Example
Text Example
White with #D717AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D717AB; }
p { color: rgb(215,23,171); }
H1.HeaderClassName
{
color: #D717AB;
}
.AnyTagClassName
{
color: #D717AB;
}
</style>
background-color css
<style>
a { background-color: #D717AB; }
a { background-color: rgb(215,23,171); }
div.DivClassName
{
background-color: #D717AB;
}
.BgClassName
{
background-color: #D717AB;
}
</style>
border-color css
<style>
span { border-color: #D717AB; }
span { border-color: rgb(215,23,171); }
td.TdClassName
{
border-color: #D717AB;
}
.TagClassName
{
border-color: #D717AB;
}
</style>