Shades of Hollywood Cerise #D913A1
Tints of Hollywood Cerise #D913A1
RGB
CMYK
RGB Variations
Color information
#D913A1 (or 0xD913A1) is known color: Hollywood Cerise. HEX triplet: D9, 13 and A1. RGB value is (217,19,161). Sum of RGB (Red+Green+Blue) = 217+19+161=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 19 (7.81% from 255 or 4.79% from 397); Blue value is 161 (63.28% from 255 or 40.55% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D913A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D913A1 is #26EC5E. Grayscale: #5E5E5E. Windows color (decimal): -2550879 or 10556377. OLE color: 10556377.
HSL color Cylindrical-coordinate representation of color #D913A1: hue angle of 316.97º degrees, saturation: 0.84, 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 #D913A1 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 19 | 161 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.15 |
| HSL | 316.97º | 0.84% | 0.46% | - |
| HSV(B) | 316.97º | 0.91% | 0.85% | - |
| XYZ | 35.28 | 17.79 | 35.29 | - |
| YUV | 94.39 | 165.6 | 215.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 19 | 161 | 0 | 0.91 | 0.26 | 0.15 | 316.97 | 0.84 | 0.46 |
| Hex | D9 | 13 | A1 | 0 | 5B | 1A | F | 13D | 54 | 2E |
| Octal | 331 | 23 | 241 | 0 | 133 | 32 | 17 | 475 | 124 | 56 |
| Binary | 11011001 | 10011 | 10100001 | 0 | 1011011 | 11010 | 1111 | 100111101 | 1010100 | 101110 |
Color Harmonies of #D913A1
Complementary color
Monochromatic Colors of #D913A1
Black with #D913A1
Text Example
Text Example
White with #D913A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D913A1; }
p { color: rgb(217,19,161); }
H1.HeaderClassName
{
color: #D913A1;
}
.AnyTagClassName
{
color: #D913A1;
}
</style>
background-color css
<style>
a { background-color: #D913A1; }
a { background-color: rgb(217,19,161); }
div.DivClassName
{
background-color: #D913A1;
}
.BgClassName
{
background-color: #D913A1;
}
</style>
border-color css
<style>
span { border-color: #D913A1; }
span { border-color: rgb(217,19,161); }
td.TdClassName
{
border-color: #D913A1;
}
.TagClassName
{
border-color: #D913A1;
}
</style>