Shades of Hollywood Cerise #DD059D
Tints of Hollywood Cerise #DD059D
RGB
CMYK
RGB Variations
Color information
#DD059D (or 0xDD059D) is known color: Hollywood Cerise. HEX triplet: DD, 05 and 9D. RGB value is (221,5,157). Sum of RGB (Red+Green+Blue) = 221+5+157=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 5 (2.34% from 255 or 1.31% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD059D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD059D is #22FA62. Grayscale: #565656. Windows color (decimal): -2292323 or 10290653. OLE color: 10290653.
HSL color Cylindrical-coordinate representation of color #DD059D: hue angle of 317.78º 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 #DD059D is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 157 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.13 |
| HSL | 317.78º | 0.96% | 0.44% | - |
| HSV(B) | 317.78º | 0.98% | 0.87% | - |
| XYZ | 35.96 | 17.92 | 33.46 | - |
| YUV | 86.91 | 167.56 | 223.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 157 | 0 | 0.98 | 0.29 | 0.13 | 317.78 | 0.96 | 0.44 |
| Hex | DD | 5 | 9D | 0 | 62 | 1D | D | 13E | 60 | 2C |
| Octal | 335 | 5 | 235 | 0 | 142 | 35 | 15 | 476 | 140 | 54 |
| Binary | 11011101 | 101 | 10011101 | 0 | 1100010 | 11101 | 1101 | 100111110 | 1100000 | 101100 |
Color Harmonies of #DD059D
Complementary color
Monochromatic Colors of #DD059D
Black with #DD059D
Text Example
Text Example
White with #DD059D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD059D; }
p { color: rgb(221,5,157); }
H1.HeaderClassName
{
color: #DD059D;
}
.AnyTagClassName
{
color: #DD059D;
}
</style>
background-color css
<style>
a { background-color: #DD059D; }
a { background-color: rgb(221,5,157); }
div.DivClassName
{
background-color: #DD059D;
}
.BgClassName
{
background-color: #DD059D;
}
</style>
border-color css
<style>
span { border-color: #DD059D; }
span { border-color: rgb(221,5,157); }
td.TdClassName
{
border-color: #DD059D;
}
.TagClassName
{
border-color: #DD059D;
}
</style>