Shades of Hollywood Cerise #DD0492
Tints of Hollywood Cerise #DD0492
RGB
CMYK
RGB Variations
Color information
#DD0492 (or 0xDD0492) is known color: Hollywood Cerise. HEX triplet: DD, 04 and 92. RGB value is (221,4,146). Sum of RGB (Red+Green+Blue) = 221+4+146=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0492 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0492 is #22FB6D. Grayscale: #545454. Windows color (decimal): -2292590 or 9569501. OLE color: 9569501.
HSL color Cylindrical-coordinate representation of color #DD0492: hue angle of 320.74º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD0492 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 146 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.13 |
| HSL | 320.74º | 0.96% | 0.44% | - |
| HSV(B) | 320.74º | 0.98% | 0.87% | - |
| XYZ | 35.05 | 17.53 | 28.73 | - |
| YUV | 85.07 | 162.39 | 224.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 146 | 0 | 0.98 | 0.34 | 0.13 | 320.74 | 0.96 | 0.44 |
| Hex | DD | 4 | 92 | 0 | 62 | 22 | D | 141 | 60 | 2C |
| Octal | 335 | 4 | 222 | 0 | 142 | 42 | 15 | 501 | 140 | 54 |
| Binary | 11011101 | 100 | 10010010 | 0 | 1100010 | 100010 | 1101 | 101000001 | 1100000 | 101100 |
Color Harmonies of #DD0492
Complementary color
Monochromatic Colors of #DD0492
Black with #DD0492
Text Example
Text Example
White with #DD0492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0492; }
p { color: rgb(221,4,146); }
H1.HeaderClassName
{
color: #DD0492;
}
.AnyTagClassName
{
color: #DD0492;
}
</style>
background-color css
<style>
a { background-color: #DD0492; }
a { background-color: rgb(221,4,146); }
div.DivClassName
{
background-color: #DD0492;
}
.BgClassName
{
background-color: #DD0492;
}
</style>
border-color css
<style>
span { border-color: #DD0492; }
span { border-color: rgb(221,4,146); }
td.TdClassName
{
border-color: #DD0492;
}
.TagClassName
{
border-color: #DD0492;
}
</style>