Shades of Hollywood Cerise #D914AD
Tints of Hollywood Cerise #D914AD
RGB
CMYK
RGB Variations
Color information
#D914AD (or 0xD914AD) is known color: Hollywood Cerise. HEX triplet: D9, 14 and AD. RGB value is (217,20,173). Sum of RGB (Red+Green+Blue) = 217+20+173=410 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.93% from 410); Green value is 20 (8.20% from 255 or 4.88% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 217 - color contains mainly: red. Hex color #D914AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D914AD is #26EB52. Grayscale: #5F5F5F. Windows color (decimal): -2550611 or 11343065. OLE color: 11343065.
HSL color Cylindrical-coordinate representation of color #D914AD: hue angle of 313.4º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D914AD is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 20 | 173 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.15 |
| HSL | 313.4º | 0.83% | 0.46% | - |
| HSV(B) | 313.4º | 0.91% | 0.85% | - |
| XYZ | 36.41 | 18.27 | 41.14 | - |
| YUV | 96.35 | 171.27 | 214.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 173 | 0 | 0.91 | 0.20 | 0.15 | 313.4 | 0.83 | 0.46 |
| Hex | D9 | 14 | AD | 0 | 5B | 14 | F | 139 | 53 | 2E |
| Octal | 331 | 24 | 255 | 0 | 133 | 24 | 17 | 471 | 123 | 56 |
| Binary | 11011001 | 10100 | 10101101 | 0 | 1011011 | 10100 | 1111 | 100111001 | 1010011 | 101110 |
Color Harmonies of #D914AD
Complementary color
Monochromatic Colors of #D914AD
Black with #D914AD
Text Example
Text Example
White with #D914AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D914AD; }
p { color: rgb(217,20,173); }
H1.HeaderClassName
{
color: #D914AD;
}
.AnyTagClassName
{
color: #D914AD;
}
</style>
background-color css
<style>
a { background-color: #D914AD; }
a { background-color: rgb(217,20,173); }
div.DivClassName
{
background-color: #D914AD;
}
.BgClassName
{
background-color: #D914AD;
}
</style>
border-color css
<style>
span { border-color: #D914AD; }
span { border-color: rgb(217,20,173); }
td.TdClassName
{
border-color: #D914AD;
}
.TagClassName
{
border-color: #D914AD;
}
</style>