Shades of Hollywood Cerise #DD009E
Tints of Hollywood Cerise #DD009E
RGB
CMYK
RGB Variations
Color information
#DD009E (or 0xDD009E) is known color: Hollywood Cerise. HEX triplet: DD, 00 and 9E. RGB value is (221,0,158). Sum of RGB (Red+Green+Blue) = 221+0+158=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 0 (0.39% from 255 or 0% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD009E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD009E is #22FF61. Grayscale: #535353. Windows color (decimal): -2293602 or 10354909. OLE color: 10354909.
HSL color Cylindrical-coordinate representation of color #DD009E: hue angle of 317.1º 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 #DD009E is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 158 | - |
| CMYK | 0 | 1 | 0.29 | 0.13 |
| HSL | 317.1º | 1% | 0.43% | - |
| HSV(B) | 317.1º | 1% | 0.87% | - |
| XYZ | 35.99 | 17.84 | 33.89 | - |
| YUV | 84.09 | 169.72 | 225.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 158 | 0 | 1 | 0.29 | 0.13 | 317.1 | 1 | 0.43 |
| Hex | DD | 0 | 9E | 0 | 64 | 1D | D | 13D | 64 | 2B |
| Octal | 335 | 0 | 236 | 0 | 144 | 35 | 15 | 475 | 144 | 53 |
| Binary | 11011101 | 0 | 10011110 | 0 | 1100100 | 11101 | 1101 | 100111101 | 1100100 | 101011 |
Color Harmonies of #DD009E
Complementary color
Monochromatic Colors of #DD009E
Black with #DD009E
Text Example
Text Example
White with #DD009E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD009E; }
p { color: rgb(221,0,158); }
H1.HeaderClassName
{
color: #DD009E;
}
.AnyTagClassName
{
color: #DD009E;
}
</style>
background-color css
<style>
a { background-color: #DD009E; }
a { background-color: rgb(221,0,158); }
div.DivClassName
{
background-color: #DD009E;
}
.BgClassName
{
background-color: #DD009E;
}
</style>
border-color css
<style>
span { border-color: #DD009E; }
span { border-color: rgb(221,0,158); }
td.TdClassName
{
border-color: #DD009E;
}
.TagClassName
{
border-color: #DD009E;
}
</style>