Shades of Hollywood Cerise #D913A5
Tints of Hollywood Cerise #D913A5
RGB
CMYK
RGB Variations
Color information
#D913A5 (or 0xD913A5) is known color: Hollywood Cerise. HEX triplet: D9, 13 and A5. RGB value is (217,19,165). Sum of RGB (Red+Green+Blue) = 217+19+165=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 19 (7.81% from 255 or 4.74% from 401); Blue value is 165 (64.84% from 255 or 41.15% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D913A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D913A5 is #26EC5A. Grayscale: #5E5E5E. Windows color (decimal): -2550875 or 10818521. OLE color: 10818521.
HSL color Cylindrical-coordinate representation of color #D913A5: hue angle of 315.76º 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 #D913A5 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 19 | 165 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.15 |
| HSL | 315.76º | 0.84% | 0.46% | - |
| HSV(B) | 315.76º | 0.91% | 0.85% | - |
| XYZ | 35.64 | 17.93 | 37.18 | - |
| YUV | 94.85 | 167.6 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 19 | 165 | 0 | 0.91 | 0.24 | 0.15 | 315.76 | 0.84 | 0.46 |
| Hex | D9 | 13 | A5 | 0 | 5B | 18 | F | 13C | 54 | 2E |
| Octal | 331 | 23 | 245 | 0 | 133 | 30 | 17 | 474 | 124 | 56 |
| Binary | 11011001 | 10011 | 10100101 | 0 | 1011011 | 11000 | 1111 | 100111100 | 1010100 | 101110 |
Color Harmonies of #D913A5
Complementary color
Monochromatic Colors of #D913A5
Black with #D913A5
Text Example
Text Example
White with #D913A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D913A5; }
p { color: rgb(217,19,165); }
H1.HeaderClassName
{
color: #D913A5;
}
.AnyTagClassName
{
color: #D913A5;
}
</style>
background-color css
<style>
a { background-color: #D913A5; }
a { background-color: rgb(217,19,165); }
div.DivClassName
{
background-color: #D913A5;
}
.BgClassName
{
background-color: #D913A5;
}
</style>
border-color css
<style>
span { border-color: #D913A5; }
span { border-color: rgb(217,19,165); }
td.TdClassName
{
border-color: #D913A5;
}
.TagClassName
{
border-color: #D913A5;
}
</style>