Shades of Hollywood Cerise #DD0D9A
Tints of Hollywood Cerise #DD0D9A
RGB
CMYK
RGB Variations
Color information
#DD0D9A (or 0xDD0D9A) is known color: Hollywood Cerise. HEX triplet: DD, 0D and 9A. RGB value is (221,13,154). Sum of RGB (Red+Green+Blue) = 221+13+154=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 13 (5.47% from 255 or 3.35% from 388); Blue value is 154 (60.55% from 255 or 39.69% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0D9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0D9A is #22F265. Grayscale: #5A5A5A. Windows color (decimal): -2290278 or 10096093. OLE color: 10096093.
HSL color Cylindrical-coordinate representation of color #DD0D9A: hue angle of 319.33º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0D9A is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 13 | 154 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.13 |
| HSL | 319.33º | 0.89% | 0.46% | - |
| HSV(B) | 319.33º | 0.94% | 0.87% | - |
| XYZ | 35.8 | 17.99 | 32.16 | - |
| YUV | 91.27 | 163.41 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 13 | 154 | 0 | 0.94 | 0.30 | 0.13 | 319.33 | 0.89 | 0.46 |
| Hex | DD | D | 9A | 0 | 5E | 1E | D | 13F | 59 | 2E |
| Octal | 335 | 15 | 232 | 0 | 136 | 36 | 15 | 477 | 131 | 56 |
| Binary | 11011101 | 1101 | 10011010 | 0 | 1011110 | 11110 | 1101 | 100111111 | 1011001 | 101110 |
Color Harmonies of #DD0D9A
Complementary color
Monochromatic Colors of #DD0D9A
Black with #DD0D9A
Text Example
Text Example
White with #DD0D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0D9A; }
p { color: rgb(221,13,154); }
H1.HeaderClassName
{
color: #DD0D9A;
}
.AnyTagClassName
{
color: #DD0D9A;
}
</style>
background-color css
<style>
a { background-color: #DD0D9A; }
a { background-color: rgb(221,13,154); }
div.DivClassName
{
background-color: #DD0D9A;
}
.BgClassName
{
background-color: #DD0D9A;
}
</style>
border-color css
<style>
span { border-color: #DD0D9A; }
span { border-color: rgb(221,13,154); }
td.TdClassName
{
border-color: #DD0D9A;
}
.TagClassName
{
border-color: #DD0D9A;
}
</style>