Shades of Hollywood Cerise #DD0391
Tints of Hollywood Cerise #DD0391
RGB
CMYK
RGB Variations
Color information
#DD0391 (or 0xDD0391) is known color: Hollywood Cerise. HEX triplet: DD, 03 and 91. RGB value is (221,3,145). Sum of RGB (Red+Green+Blue) = 221+3+145=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 3 (1.56% from 255 or 0.81% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0391 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0391 is #22FC6E. Grayscale: #545454. Windows color (decimal): -2292847 or 9503709. OLE color: 9503709.
HSL color Cylindrical-coordinate representation of color #DD0391: hue angle of 320.92º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD0391 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 145 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.13 |
| HSL | 320.92º | 0.97% | 0.44% | - |
| HSV(B) | 320.92º | 0.99% | 0.87% | - |
| XYZ | 34.96 | 17.48 | 28.32 | - |
| YUV | 84.37 | 162.22 | 225.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 145 | 0 | 0.99 | 0.34 | 0.13 | 320.92 | 0.97 | 0.44 |
| Hex | DD | 3 | 91 | 0 | 63 | 22 | D | 141 | 61 | 2C |
| Octal | 335 | 3 | 221 | 0 | 143 | 42 | 15 | 501 | 141 | 54 |
| Binary | 11011101 | 11 | 10010001 | 0 | 1100011 | 100010 | 1101 | 101000001 | 1100001 | 101100 |
Color Harmonies of #DD0391
Complementary color
Monochromatic Colors of #DD0391
Black with #DD0391
Text Example
Text Example
White with #DD0391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0391; }
p { color: rgb(221,3,145); }
H1.HeaderClassName
{
color: #DD0391;
}
.AnyTagClassName
{
color: #DD0391;
}
</style>
background-color css
<style>
a { background-color: #DD0391; }
a { background-color: rgb(221,3,145); }
div.DivClassName
{
background-color: #DD0391;
}
.BgClassName
{
background-color: #DD0391;
}
</style>
border-color css
<style>
span { border-color: #DD0391; }
span { border-color: rgb(221,3,145); }
td.TdClassName
{
border-color: #DD0391;
}
.TagClassName
{
border-color: #DD0391;
}
</style>