Shades of Hollywood Cerise #DD0598
Tints of Hollywood Cerise #DD0598
RGB
CMYK
RGB Variations
Color information
#DD0598 (or 0xDD0598) is known color: Hollywood Cerise. HEX triplet: DD, 05 and 98. RGB value is (221,5,152). Sum of RGB (Red+Green+Blue) = 221+5+152=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 5 (2.34% from 255 or 1.32% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0598 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0598 is #22FA67. Grayscale: #555555. Windows color (decimal): -2292328 or 9962973. OLE color: 9962973.
HSL color Cylindrical-coordinate representation of color #DD0598: hue angle of 319.17º 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 #DD0598 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 152 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.13 |
| HSL | 319.17º | 0.96% | 0.44% | - |
| HSV(B) | 319.17º | 0.98% | 0.87% | - |
| XYZ | 35.54 | 17.75 | 31.26 | - |
| YUV | 86.34 | 165.06 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 152 | 0 | 0.98 | 0.31 | 0.13 | 319.17 | 0.96 | 0.44 |
| Hex | DD | 5 | 98 | 0 | 62 | 1F | D | 13F | 60 | 2C |
| Octal | 335 | 5 | 230 | 0 | 142 | 37 | 15 | 477 | 140 | 54 |
| Binary | 11011101 | 101 | 10011000 | 0 | 1100010 | 11111 | 1101 | 100111111 | 1100000 | 101100 |
Color Harmonies of #DD0598
Complementary color
Monochromatic Colors of #DD0598
Black with #DD0598
Text Example
Text Example
White with #DD0598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0598; }
p { color: rgb(221,5,152); }
H1.HeaderClassName
{
color: #DD0598;
}
.AnyTagClassName
{
color: #DD0598;
}
</style>
background-color css
<style>
a { background-color: #DD0598; }
a { background-color: rgb(221,5,152); }
div.DivClassName
{
background-color: #DD0598;
}
.BgClassName
{
background-color: #DD0598;
}
</style>
border-color css
<style>
span { border-color: #DD0598; }
span { border-color: rgb(221,5,152); }
td.TdClassName
{
border-color: #DD0598;
}
.TagClassName
{
border-color: #DD0598;
}
</style>