Shades of Hollywood Cerise #DD059A
Tints of Hollywood Cerise #DD059A
RGB
CMYK
RGB Variations
Color information
#DD059A (or 0xDD059A) is known color: Hollywood Cerise. HEX triplet: DD, 05 and 9A. RGB value is (221,5,154). Sum of RGB (Red+Green+Blue) = 221+5+154=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 5 (2.34% from 255 or 1.32% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD059A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD059A is #22FA65. Grayscale: #565656. Windows color (decimal): -2292326 or 10094045. OLE color: 10094045.
HSL color Cylindrical-coordinate representation of color #DD059A: hue angle of 318.61º 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 #DD059A is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 154 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.13 |
| HSL | 318.61º | 0.96% | 0.44% | - |
| HSV(B) | 318.61º | 0.98% | 0.87% | - |
| XYZ | 35.71 | 17.81 | 32.13 | - |
| YUV | 86.57 | 166.06 | 223.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 154 | 0 | 0.98 | 0.30 | 0.13 | 318.61 | 0.96 | 0.44 |
| Hex | DD | 5 | 9A | 0 | 62 | 1E | D | 13F | 60 | 2C |
| Octal | 335 | 5 | 232 | 0 | 142 | 36 | 15 | 477 | 140 | 54 |
| Binary | 11011101 | 101 | 10011010 | 0 | 1100010 | 11110 | 1101 | 100111111 | 1100000 | 101100 |
Color Harmonies of #DD059A
Complementary color
Monochromatic Colors of #DD059A
Black with #DD059A
Text Example
Text Example
White with #DD059A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD059A; }
p { color: rgb(221,5,154); }
H1.HeaderClassName
{
color: #DD059A;
}
.AnyTagClassName
{
color: #DD059A;
}
</style>
background-color css
<style>
a { background-color: #DD059A; }
a { background-color: rgb(221,5,154); }
div.DivClassName
{
background-color: #DD059A;
}
.BgClassName
{
background-color: #DD059A;
}
</style>
border-color css
<style>
span { border-color: #DD059A; }
span { border-color: rgb(221,5,154); }
td.TdClassName
{
border-color: #DD059A;
}
.TagClassName
{
border-color: #DD059A;
}
</style>