Shades of Hollywood Cerise #DD0FAE
Tints of Hollywood Cerise #DD0FAE
RGB
CMYK
RGB Variations
Color information
#DD0FAE (or 0xDD0FAE) is known color: Hollywood Cerise. HEX triplet: DD, 0F and AE. RGB value is (221,15,174). Sum of RGB (Red+Green+Blue) = 221+15+174=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 15 (6.25% from 255 or 3.66% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0FAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0FAE is #22F051. Grayscale: #5E5E5E. Windows color (decimal): -2289746 or 11407325. OLE color: 11407325.
HSL color Cylindrical-coordinate representation of color #DD0FAE: hue angle of 313.69º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD0FAE is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 15 | 174 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.13 |
| HSL | 313.69º | 0.87% | 0.46% | - |
| HSV(B) | 313.69º | 0.93% | 0.87% | - |
| XYZ | 37.63 | 18.77 | 41.68 | - |
| YUV | 94.72 | 172.75 | 218.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 15 | 174 | 0 | 0.93 | 0.21 | 0.13 | 313.69 | 0.87 | 0.46 |
| Hex | DD | F | AE | 0 | 5D | 15 | D | 13A | 57 | 2E |
| Octal | 335 | 17 | 256 | 0 | 135 | 25 | 15 | 472 | 127 | 56 |
| Binary | 11011101 | 1111 | 10101110 | 0 | 1011101 | 10101 | 1101 | 100111010 | 1010111 | 101110 |
Color Harmonies of #DD0FAE
Complementary color
Monochromatic Colors of #DD0FAE
Black with #DD0FAE
Text Example
Text Example
White with #DD0FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0FAE; }
p { color: rgb(221,15,174); }
H1.HeaderClassName
{
color: #DD0FAE;
}
.AnyTagClassName
{
color: #DD0FAE;
}
</style>
background-color css
<style>
a { background-color: #DD0FAE; }
a { background-color: rgb(221,15,174); }
div.DivClassName
{
background-color: #DD0FAE;
}
.BgClassName
{
background-color: #DD0FAE;
}
</style>
border-color css
<style>
span { border-color: #DD0FAE; }
span { border-color: rgb(221,15,174); }
td.TdClassName
{
border-color: #DD0FAE;
}
.TagClassName
{
border-color: #DD0FAE;
}
</style>