Shades of Hollywood Cerise #DD0FAB
Tints of Hollywood Cerise #DD0FAB
RGB
CMYK
RGB Variations
Color information
#DD0FAB (or 0xDD0FAB) is known color: Hollywood Cerise. HEX triplet: DD, 0F and AB. RGB value is (221,15,171). Sum of RGB (Red+Green+Blue) = 221+15+171=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 15 (6.25% from 255 or 3.69% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0FAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0FAB is #22F054. Grayscale: #5D5D5D. Windows color (decimal): -2289749 or 11210717. OLE color: 11210717.
HSL color Cylindrical-coordinate representation of color #DD0FAB: hue angle of 314.56º 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 #DD0FAB is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 15 | 171 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.13 |
| HSL | 314.56º | 0.87% | 0.46% | - |
| HSV(B) | 314.56º | 0.93% | 0.87% | - |
| XYZ | 37.34 | 18.65 | 40.16 | - |
| YUV | 94.38 | 171.25 | 218.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 15 | 171 | 0 | 0.93 | 0.23 | 0.13 | 314.56 | 0.87 | 0.46 |
| Hex | DD | F | AB | 0 | 5D | 17 | D | 13B | 57 | 2E |
| Octal | 335 | 17 | 253 | 0 | 135 | 27 | 15 | 473 | 127 | 56 |
| Binary | 11011101 | 1111 | 10101011 | 0 | 1011101 | 10111 | 1101 | 100111011 | 1010111 | 101110 |
Color Harmonies of #DD0FAB
Complementary color
Monochromatic Colors of #DD0FAB
Black with #DD0FAB
Text Example
Text Example
White with #DD0FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0FAB; }
p { color: rgb(221,15,171); }
H1.HeaderClassName
{
color: #DD0FAB;
}
.AnyTagClassName
{
color: #DD0FAB;
}
</style>
background-color css
<style>
a { background-color: #DD0FAB; }
a { background-color: rgb(221,15,171); }
div.DivClassName
{
background-color: #DD0FAB;
}
.BgClassName
{
background-color: #DD0FAB;
}
</style>
border-color css
<style>
span { border-color: #DD0FAB; }
span { border-color: rgb(221,15,171); }
td.TdClassName
{
border-color: #DD0FAB;
}
.TagClassName
{
border-color: #DD0FAB;
}
</style>