Shades of Hollywood Cerise #DD0CAF
Tints of Hollywood Cerise #DD0CAF
RGB
CMYK
RGB Variations
Color information
#DD0CAF (or 0xDD0CAF) is known color: Hollywood Cerise. HEX triplet: DD, 0C and AF. RGB value is (221,12,175). Sum of RGB (Red+Green+Blue) = 221+12+175=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 12 (5.08% from 255 or 2.94% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0CAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0CAF is #22F350. Grayscale: #5C5C5C. Windows color (decimal): -2290513 or 11472093. OLE color: 11472093.
HSL color Cylindrical-coordinate representation of color #DD0CAF: hue angle of 313.21º 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 #DD0CAF is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 12 | 175 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.13 |
| HSL | 313.21º | 0.9% | 0.46% | - |
| HSV(B) | 313.21º | 0.95% | 0.87% | - |
| XYZ | 37.69 | 18.73 | 42.19 | - |
| YUV | 93.07 | 174.24 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 12 | 175 | 0 | 0.95 | 0.21 | 0.13 | 313.21 | 0.9 | 0.46 |
| Hex | DD | C | AF | 0 | 5F | 15 | D | 139 | 5A | 2E |
| Octal | 335 | 14 | 257 | 0 | 137 | 25 | 15 | 471 | 132 | 56 |
| Binary | 11011101 | 1100 | 10101111 | 0 | 1011111 | 10101 | 1101 | 100111001 | 1011010 | 101110 |
Color Harmonies of #DD0CAF
Complementary color
Monochromatic Colors of #DD0CAF
Black with #DD0CAF
Text Example
Text Example
White with #DD0CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0CAF; }
p { color: rgb(221,12,175); }
H1.HeaderClassName
{
color: #DD0CAF;
}
.AnyTagClassName
{
color: #DD0CAF;
}
</style>
background-color css
<style>
a { background-color: #DD0CAF; }
a { background-color: rgb(221,12,175); }
div.DivClassName
{
background-color: #DD0CAF;
}
.BgClassName
{
background-color: #DD0CAF;
}
</style>
border-color css
<style>
span { border-color: #DD0CAF; }
span { border-color: rgb(221,12,175); }
td.TdClassName
{
border-color: #DD0CAF;
}
.TagClassName
{
border-color: #DD0CAF;
}
</style>