Shades of Hollywood Cerise #DD009D
Tints of Hollywood Cerise #DD009D
RGB
CMYK
RGB Variations
Color information
#DD009D (or 0xDD009D) is known color: Hollywood Cerise. HEX triplet: DD, 00 and 9D. RGB value is (221,0,157). Sum of RGB (Red+Green+Blue) = 221+0+157=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD009D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD009D is #22FF62. Grayscale: #535353. Windows color (decimal): -2293603 or 10289373. OLE color: 10289373.
HSL color Cylindrical-coordinate representation of color #DD009D: hue angle of 317.38º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD009D is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 157 | - |
| CMYK | 0 | 1 | 0.29 | 0.13 |
| HSL | 317.38º | 1% | 0.43% | - |
| HSV(B) | 317.38º | 1% | 0.87% | - |
| XYZ | 35.9 | 17.81 | 33.44 | - |
| YUV | 83.98 | 169.22 | 225.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 157 | 0 | 1 | 0.29 | 0.13 | 317.38 | 1 | 0.43 |
| Hex | DD | 0 | 9D | 0 | 64 | 1D | D | 13D | 64 | 2B |
| Octal | 335 | 0 | 235 | 0 | 144 | 35 | 15 | 475 | 144 | 53 |
| Binary | 11011101 | 0 | 10011101 | 0 | 1100100 | 11101 | 1101 | 100111101 | 1100100 | 101011 |
Color Harmonies of #DD009D
Complementary color
Monochromatic Colors of #DD009D
Black with #DD009D
Text Example
Text Example
White with #DD009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD009D; }
p { color: rgb(221,0,157); }
H1.HeaderClassName
{
color: #DD009D;
}
.AnyTagClassName
{
color: #DD009D;
}
</style>
background-color css
<style>
a { background-color: #DD009D; }
a { background-color: rgb(221,0,157); }
div.DivClassName
{
background-color: #DD009D;
}
.BgClassName
{
background-color: #DD009D;
}
</style>
border-color css
<style>
span { border-color: #DD009D; }
span { border-color: rgb(221,0,157); }
td.TdClassName
{
border-color: #DD009D;
}
.TagClassName
{
border-color: #DD009D;
}
</style>