Shades of Hollywood Cerise #DD0392
Tints of Hollywood Cerise #DD0392
RGB
CMYK
RGB Variations
Color information
#DD0392 (or 0xDD0392) is known color: Hollywood Cerise. HEX triplet: DD, 03 and 92. RGB value is (221,3,146). Sum of RGB (Red+Green+Blue) = 221+3+146=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 3 (1.56% from 255 or 0.81% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0392 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0392 is #22FC6D. Grayscale: #545454. Windows color (decimal): -2292846 or 9569245. OLE color: 9569245.
HSL color Cylindrical-coordinate representation of color #DD0392: hue angle of 320.64º 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 #DD0392 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 146 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.13 |
| HSL | 320.64º | 0.97% | 0.44% | - |
| HSV(B) | 320.64º | 0.99% | 0.87% | - |
| XYZ | 35.04 | 17.51 | 28.73 | - |
| YUV | 84.48 | 162.72 | 225.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 146 | 0 | 0.99 | 0.34 | 0.13 | 320.64 | 0.97 | 0.44 |
| Hex | DD | 3 | 92 | 0 | 63 | 22 | D | 141 | 61 | 2C |
| Octal | 335 | 3 | 222 | 0 | 143 | 42 | 15 | 501 | 141 | 54 |
| Binary | 11011101 | 11 | 10010010 | 0 | 1100011 | 100010 | 1101 | 101000001 | 1100001 | 101100 |
Color Harmonies of #DD0392
Complementary color
Monochromatic Colors of #DD0392
Black with #DD0392
Text Example
Text Example
White with #DD0392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0392; }
p { color: rgb(221,3,146); }
H1.HeaderClassName
{
color: #DD0392;
}
.AnyTagClassName
{
color: #DD0392;
}
</style>
background-color css
<style>
a { background-color: #DD0392; }
a { background-color: rgb(221,3,146); }
div.DivClassName
{
background-color: #DD0392;
}
.BgClassName
{
background-color: #DD0392;
}
</style>
border-color css
<style>
span { border-color: #DD0392; }
span { border-color: rgb(221,3,146); }
td.TdClassName
{
border-color: #DD0392;
}
.TagClassName
{
border-color: #DD0392;
}
</style>