Shades of Hollywood Cerise #DD0594
Tints of Hollywood Cerise #DD0594
RGB
CMYK
RGB Variations
Color information
#DD0594 (or 0xDD0594) is known color: Hollywood Cerise. HEX triplet: DD, 05 and 94. RGB value is (221,5,148). Sum of RGB (Red+Green+Blue) = 221+5+148=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 5 (2.34% from 255 or 1.34% from 374); Blue value is 148 (58.20% from 255 or 39.57% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0594 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0594 is #22FA6B. Grayscale: #555555. Windows color (decimal): -2292332 or 9700829. OLE color: 9700829.
HSL color Cylindrical-coordinate representation of color #DD0594: hue angle of 320.28º 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 #DD0594 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 148 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.13 |
| HSL | 320.28º | 0.96% | 0.44% | - |
| HSV(B) | 320.28º | 0.98% | 0.87% | - |
| XYZ | 35.22 | 17.62 | 29.56 | - |
| YUV | 85.89 | 163.06 | 224.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 148 | 0 | 0.98 | 0.33 | 0.13 | 320.28 | 0.96 | 0.44 |
| Hex | DD | 5 | 94 | 0 | 62 | 21 | D | 140 | 60 | 2C |
| Octal | 335 | 5 | 224 | 0 | 142 | 41 | 15 | 500 | 140 | 54 |
| Binary | 11011101 | 101 | 10010100 | 0 | 1100010 | 100001 | 1101 | 101000000 | 1100000 | 101100 |
Color Harmonies of #DD0594
Complementary color
Monochromatic Colors of #DD0594
Black with #DD0594
Text Example
Text Example
White with #DD0594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0594; }
p { color: rgb(221,5,148); }
H1.HeaderClassName
{
color: #DD0594;
}
.AnyTagClassName
{
color: #DD0594;
}
</style>
background-color css
<style>
a { background-color: #DD0594; }
a { background-color: rgb(221,5,148); }
div.DivClassName
{
background-color: #DD0594;
}
.BgClassName
{
background-color: #DD0594;
}
</style>
border-color css
<style>
span { border-color: #DD0594; }
span { border-color: rgb(221,5,148); }
td.TdClassName
{
border-color: #DD0594;
}
.TagClassName
{
border-color: #DD0594;
}
</style>