Shades of Hollywood Cerise #DD0293
Tints of Hollywood Cerise #DD0293
RGB
CMYK
RGB Variations
Color information
#DD0293 (or 0xDD0293) is known color: Hollywood Cerise. HEX triplet: DD, 02 and 93. RGB value is (221,2,147). Sum of RGB (Red+Green+Blue) = 221+2+147=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 2 (1.17% from 255 or 0.54% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0293 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0293 is #22FD6C. Grayscale: #535353. Windows color (decimal): -2293101 or 9634525. OLE color: 9634525.
HSL color Cylindrical-coordinate representation of color #DD0293: hue angle of 320.27º degrees, saturation: 0.98, 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 #DD0293 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 2 | 147 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.13 |
| HSL | 320.27º | 0.98% | 0.44% | - |
| HSV(B) | 320.27º | 0.99% | 0.87% | - |
| XYZ | 35.11 | 17.52 | 29.14 | - |
| YUV | 84.01 | 163.55 | 225.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 147 | 0 | 0.99 | 0.33 | 0.13 | 320.27 | 0.98 | 0.44 |
| Hex | DD | 2 | 93 | 0 | 63 | 21 | D | 140 | 62 | 2C |
| Octal | 335 | 2 | 223 | 0 | 143 | 41 | 15 | 500 | 142 | 54 |
| Binary | 11011101 | 10 | 10010011 | 0 | 1100011 | 100001 | 1101 | 101000000 | 1100010 | 101100 |
Color Harmonies of #DD0293
Complementary color
Monochromatic Colors of #DD0293
Black with #DD0293
Text Example
Text Example
White with #DD0293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0293; }
p { color: rgb(221,2,147); }
H1.HeaderClassName
{
color: #DD0293;
}
.AnyTagClassName
{
color: #DD0293;
}
</style>
background-color css
<style>
a { background-color: #DD0293; }
a { background-color: rgb(221,2,147); }
div.DivClassName
{
background-color: #DD0293;
}
.BgClassName
{
background-color: #DD0293;
}
</style>
border-color css
<style>
span { border-color: #DD0293; }
span { border-color: rgb(221,2,147); }
td.TdClassName
{
border-color: #DD0293;
}
.TagClassName
{
border-color: #DD0293;
}
</style>