Shades of Hollywood Cerise #DD0394
Tints of Hollywood Cerise #DD0394
RGB
CMYK
RGB Variations
Color information
#DD0394 (or 0xDD0394) is known color: Hollywood Cerise. HEX triplet: DD, 03 and 94. RGB value is (221,3,148). Sum of RGB (Red+Green+Blue) = 221+3+148=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 3 (1.56% from 255 or 0.81% from 372); Blue value is 148 (58.20% from 255 or 39.78% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0394 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0394 is #22FC6B. Grayscale: #545454. Windows color (decimal): -2292844 or 9700317. OLE color: 9700317.
HSL color Cylindrical-coordinate representation of color #DD0394: hue angle of 320.09º 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 #DD0394 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 148 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.13 |
| HSL | 320.09º | 0.97% | 0.44% | - |
| HSV(B) | 320.09º | 0.99% | 0.87% | - |
| XYZ | 35.2 | 17.58 | 29.55 | - |
| YUV | 84.71 | 163.72 | 225.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 148 | 0 | 0.99 | 0.33 | 0.13 | 320.09 | 0.97 | 0.44 |
| Hex | DD | 3 | 94 | 0 | 63 | 21 | D | 140 | 61 | 2C |
| Octal | 335 | 3 | 224 | 0 | 143 | 41 | 15 | 500 | 141 | 54 |
| Binary | 11011101 | 11 | 10010100 | 0 | 1100011 | 100001 | 1101 | 101000000 | 1100001 | 101100 |
Color Harmonies of #DD0394
Complementary color
Monochromatic Colors of #DD0394
Black with #DD0394
Text Example
Text Example
White with #DD0394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0394; }
p { color: rgb(221,3,148); }
H1.HeaderClassName
{
color: #DD0394;
}
.AnyTagClassName
{
color: #DD0394;
}
</style>
background-color css
<style>
a { background-color: #DD0394; }
a { background-color: rgb(221,3,148); }
div.DivClassName
{
background-color: #DD0394;
}
.BgClassName
{
background-color: #DD0394;
}
</style>
border-color css
<style>
span { border-color: #DD0394; }
span { border-color: rgb(221,3,148); }
td.TdClassName
{
border-color: #DD0394;
}
.TagClassName
{
border-color: #DD0394;
}
</style>