Shades of Hollywood Cerise #D9039C
Tints of Hollywood Cerise #D9039C
RGB
CMYK
RGB Variations
Color information
#D9039C (or 0xD9039C) is known color: Hollywood Cerise. HEX triplet: D9, 03 and 9C. RGB value is (217,3,156). Sum of RGB (Red+Green+Blue) = 217+3+156=376 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.71% from 376); Green value is 3 (1.56% from 255 or 0.80% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 217 - color contains mainly: red. Hex color #D9039C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9039C is #26FC63. Grayscale: #545454. Windows color (decimal): -2554980 or 10224601. OLE color: 10224601.
HSL color Cylindrical-coordinate representation of color #D9039C: hue angle of 317.1º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D9039C is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 3 | 156 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.15 |
| HSL | 317.1º | 0.97% | 0.43% | - |
| HSV(B) | 317.1º | 0.99% | 0.85% | - |
| XYZ | 34.65 | 17.22 | 32.95 | - |
| YUV | 84.43 | 168.4 | 222.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 3 | 156 | 0 | 0.99 | 0.28 | 0.15 | 317.1 | 0.97 | 0.43 |
| Hex | D9 | 3 | 9C | 0 | 63 | 1C | F | 13D | 61 | 2B |
| Octal | 331 | 3 | 234 | 0 | 143 | 34 | 17 | 475 | 141 | 53 |
| Binary | 11011001 | 11 | 10011100 | 0 | 1100011 | 11100 | 1111 | 100111101 | 1100001 | 101011 |
Color Harmonies of #D9039C
Complementary color
Monochromatic Colors of #D9039C
Black with #D9039C
Text Example
Text Example
White with #D9039C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9039C; }
p { color: rgb(217,3,156); }
H1.HeaderClassName
{
color: #D9039C;
}
.AnyTagClassName
{
color: #D9039C;
}
</style>
background-color css
<style>
a { background-color: #D9039C; }
a { background-color: rgb(217,3,156); }
div.DivClassName
{
background-color: #D9039C;
}
.BgClassName
{
background-color: #D9039C;
}
</style>
border-color css
<style>
span { border-color: #D9039C; }
span { border-color: rgb(217,3,156); }
td.TdClassName
{
border-color: #D9039C;
}
.TagClassName
{
border-color: #D9039C;
}
</style>