Shades of Hollywood Cerise #DD0390
Tints of Hollywood Cerise #DD0390
RGB
CMYK
RGB Variations
Color information
#DD0390 (or 0xDD0390) is known color: Hollywood Cerise. HEX triplet: DD, 03 and 90. RGB value is (221,3,144). Sum of RGB (Red+Green+Blue) = 221+3+144=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 3 (1.56% from 255 or 0.82% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0390 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0390 is #22FC6F. Grayscale: #535353. Windows color (decimal): -2292848 or 9438173. OLE color: 9438173.
HSL color Cylindrical-coordinate representation of color #DD0390: hue angle of 321.19º 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 #DD0390 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 144 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.13 |
| HSL | 321.19º | 0.97% | 0.44% | - |
| HSV(B) | 321.19º | 0.99% | 0.87% | - |
| XYZ | 34.89 | 17.45 | 27.92 | - |
| YUV | 84.26 | 161.72 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 144 | 0 | 0.99 | 0.35 | 0.13 | 321.19 | 0.97 | 0.44 |
| Hex | DD | 3 | 90 | 0 | 63 | 23 | D | 141 | 61 | 2C |
| Octal | 335 | 3 | 220 | 0 | 143 | 43 | 15 | 501 | 141 | 54 |
| Binary | 11011101 | 11 | 10010000 | 0 | 1100011 | 100011 | 1101 | 101000001 | 1100001 | 101100 |
Color Harmonies of #DD0390
Complementary color
Monochromatic Colors of #DD0390
Black with #DD0390
Text Example
Text Example
White with #DD0390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0390; }
p { color: rgb(221,3,144); }
H1.HeaderClassName
{
color: #DD0390;
}
.AnyTagClassName
{
color: #DD0390;
}
</style>
background-color css
<style>
a { background-color: #DD0390; }
a { background-color: rgb(221,3,144); }
div.DivClassName
{
background-color: #DD0390;
}
.BgClassName
{
background-color: #DD0390;
}
</style>
border-color css
<style>
span { border-color: #DD0390; }
span { border-color: rgb(221,3,144); }
td.TdClassName
{
border-color: #DD0390;
}
.TagClassName
{
border-color: #DD0390;
}
</style>