Shades of Hollywood Cerise #D3039E
Tints of Hollywood Cerise #D3039E
RGB
CMYK
RGB Variations
Color information
#D3039E (or 0xD3039E) is known color: Hollywood Cerise. HEX triplet: D3, 03 and 9E. RGB value is (211,3,158). Sum of RGB (Red+Green+Blue) = 211+3+158=372 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.72% from 372); Green value is 3 (1.56% from 255 or 0.81% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 211 - color contains mainly: red. Hex color #D3039E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3039E is #2CFC61. Grayscale: #525252. Windows color (decimal): -2948194 or 10355667. OLE color: 10355667.
HSL color Cylindrical-coordinate representation of color #D3039E: hue angle of 315.29º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D3039E is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 3 | 158 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.17 |
| HSL | 315.29º | 0.97% | 0.42% | - |
| HSV(B) | 315.29º | 0.99% | 0.83% | - |
| XYZ | 33.07 | 16.38 | 33.77 | - |
| YUV | 82.86 | 170.41 | 219.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 3 | 158 | 0 | 0.99 | 0.25 | 0.17 | 315.29 | 0.97 | 0.42 |
| Hex | D3 | 3 | 9E | 0 | 63 | 19 | 11 | 13B | 61 | 2A |
| Octal | 323 | 3 | 236 | 0 | 143 | 31 | 21 | 473 | 141 | 52 |
| Binary | 11010011 | 11 | 10011110 | 0 | 1100011 | 11001 | 10001 | 100111011 | 1100001 | 101010 |
Color Harmonies of #D3039E
Complementary color
Monochromatic Colors of #D3039E
Black with #D3039E
Text Example
Text Example
White with #D3039E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3039E; }
p { color: rgb(211,3,158); }
H1.HeaderClassName
{
color: #D3039E;
}
.AnyTagClassName
{
color: #D3039E;
}
</style>
background-color css
<style>
a { background-color: #D3039E; }
a { background-color: rgb(211,3,158); }
div.DivClassName
{
background-color: #D3039E;
}
.BgClassName
{
background-color: #D3039E;
}
</style>
border-color css
<style>
span { border-color: #D3039E; }
span { border-color: rgb(211,3,158); }
td.TdClassName
{
border-color: #D3039E;
}
.TagClassName
{
border-color: #D3039E;
}
</style>