Shades of Hollywood Cerise #D918A4
Tints of Hollywood Cerise #D918A4
RGB
CMYK
RGB Variations
Color information
#D918A4 (or 0xD918A4) is known color: Hollywood Cerise. HEX triplet: D9, 18 and A4. RGB value is (217,24,164). Sum of RGB (Red+Green+Blue) = 217+24+164=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 24 (9.77% from 255 or 5.93% from 405); Blue value is 164 (64.45% from 255 or 40.49% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D918A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D918A4 is #26E75B. Grayscale: #616161. Windows color (decimal): -2549596 or 10754265. OLE color: 10754265.
HSL color Cylindrical-coordinate representation of color #D918A4: hue angle of 316.48º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D918A4 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 24 | 164 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.15 |
| HSL | 316.48º | 0.8% | 0.47% | - |
| HSV(B) | 316.48º | 0.89% | 0.85% | - |
| XYZ | 35.64 | 18.09 | 36.73 | - |
| YUV | 97.67 | 165.44 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 24 | 164 | 0 | 0.89 | 0.24 | 0.15 | 316.48 | 0.8 | 0.47 |
| Hex | D9 | 18 | A4 | 0 | 59 | 18 | F | 13C | 50 | 2F |
| Octal | 331 | 30 | 244 | 0 | 131 | 30 | 17 | 474 | 120 | 57 |
| Binary | 11011001 | 11000 | 10100100 | 0 | 1011001 | 11000 | 1111 | 100111100 | 1010000 | 101111 |
Color Harmonies of #D918A4
Complementary color
Monochromatic Colors of #D918A4
Black with #D918A4
Text Example
Text Example
White with #D918A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D918A4; }
p { color: rgb(217,24,164); }
H1.HeaderClassName
{
color: #D918A4;
}
.AnyTagClassName
{
color: #D918A4;
}
</style>
background-color css
<style>
a { background-color: #D918A4; }
a { background-color: rgb(217,24,164); }
div.DivClassName
{
background-color: #D918A4;
}
.BgClassName
{
background-color: #D918A4;
}
</style>
border-color css
<style>
span { border-color: #D918A4; }
span { border-color: rgb(217,24,164); }
td.TdClassName
{
border-color: #D918A4;
}
.TagClassName
{
border-color: #D918A4;
}
</style>