Shades of Hollywood Cerise #DD0CAE
Tints of Hollywood Cerise #DD0CAE
RGB
CMYK
RGB Variations
Color information
#DD0CAE (or 0xDD0CAE) is known color: Hollywood Cerise. HEX triplet: DD, 0C and AE. RGB value is (221,12,174). Sum of RGB (Red+Green+Blue) = 221+12+174=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 12 (5.08% from 255 or 2.95% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0CAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0CAE is #22F351. Grayscale: #5C5C5C. Windows color (decimal): -2290514 or 11406557. OLE color: 11406557.
HSL color Cylindrical-coordinate representation of color #DD0CAE: hue angle of 313.49º 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 #DD0CAE is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 12 | 174 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.13 |
| HSL | 313.49º | 0.9% | 0.46% | - |
| HSV(B) | 313.49º | 0.95% | 0.87% | - |
| XYZ | 37.59 | 18.69 | 41.67 | - |
| YUV | 92.96 | 173.74 | 219.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 12 | 174 | 0 | 0.95 | 0.21 | 0.13 | 313.49 | 0.9 | 0.46 |
| Hex | DD | C | AE | 0 | 5F | 15 | D | 139 | 5A | 2E |
| Octal | 335 | 14 | 256 | 0 | 137 | 25 | 15 | 471 | 132 | 56 |
| Binary | 11011101 | 1100 | 10101110 | 0 | 1011111 | 10101 | 1101 | 100111001 | 1011010 | 101110 |
Color Harmonies of #DD0CAE
Complementary color
Monochromatic Colors of #DD0CAE
Black with #DD0CAE
Text Example
Text Example
White with #DD0CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0CAE; }
p { color: rgb(221,12,174); }
H1.HeaderClassName
{
color: #DD0CAE;
}
.AnyTagClassName
{
color: #DD0CAE;
}
</style>
background-color css
<style>
a { background-color: #DD0CAE; }
a { background-color: rgb(221,12,174); }
div.DivClassName
{
background-color: #DD0CAE;
}
.BgClassName
{
background-color: #DD0CAE;
}
</style>
border-color css
<style>
span { border-color: #DD0CAE; }
span { border-color: rgb(221,12,174); }
td.TdClassName
{
border-color: #DD0CAE;
}
.TagClassName
{
border-color: #DD0CAE;
}
</style>