Shades of Hollywood Cerise #DD0CA0
Tints of Hollywood Cerise #DD0CA0
RGB
CMYK
RGB Variations
Color information
#DD0CA0 (or 0xDD0CA0) is known color: Hollywood Cerise. HEX triplet: DD, 0C and A0. RGB value is (221,12,160). Sum of RGB (Red+Green+Blue) = 221+12+160=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 12 (5.08% from 255 or 3.05% from 393); Blue value is 160 (62.89% from 255 or 40.71% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0CA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0CA0 is #22F35F. Grayscale: #5A5A5A. Windows color (decimal): -2290528 or 10489053. OLE color: 10489053.
HSL color Cylindrical-coordinate representation of color #DD0CA0: hue angle of 317.51º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0CA0 is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 12 | 160 | - |
| CMYK | 0 | 0.95 | 0.28 | 0.13 |
| HSL | 317.51º | 0.9% | 0.46% | - |
| HSV(B) | 317.51º | 0.95% | 0.87% | - |
| XYZ | 36.3 | 18.17 | 34.85 | - |
| YUV | 91.36 | 166.74 | 220.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 12 | 160 | 0 | 0.95 | 0.28 | 0.13 | 317.51 | 0.9 | 0.46 |
| Hex | DD | C | A0 | 0 | 5F | 1C | D | 13E | 5A | 2E |
| Octal | 335 | 14 | 240 | 0 | 137 | 34 | 15 | 476 | 132 | 56 |
| Binary | 11011101 | 1100 | 10100000 | 0 | 1011111 | 11100 | 1101 | 100111110 | 1011010 | 101110 |
Color Harmonies of #DD0CA0
Complementary color
Monochromatic Colors of #DD0CA0
Black with #DD0CA0
Text Example
Text Example
White with #DD0CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0CA0; }
p { color: rgb(221,12,160); }
H1.HeaderClassName
{
color: #DD0CA0;
}
.AnyTagClassName
{
color: #DD0CA0;
}
</style>
background-color css
<style>
a { background-color: #DD0CA0; }
a { background-color: rgb(221,12,160); }
div.DivClassName
{
background-color: #DD0CA0;
}
.BgClassName
{
background-color: #DD0CA0;
}
</style>
border-color css
<style>
span { border-color: #DD0CA0; }
span { border-color: rgb(221,12,160); }
td.TdClassName
{
border-color: #DD0CA0;
}
.TagClassName
{
border-color: #DD0CA0;
}
</style>