Shades of Hollywood Cerise #DF0DAF
Tints of Hollywood Cerise #DF0DAF
RGB
CMYK
RGB Variations
Color information
#DF0DAF (or 0xDF0DAF) is known color: Hollywood Cerise. HEX triplet: DF, 0D and AF. RGB value is (223,13,175). Sum of RGB (Red+Green+Blue) = 223+13+175=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 13 (5.47% from 255 or 3.16% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0DAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0DAF is #20F250. Grayscale: #5D5D5D. Windows color (decimal): -2159185 or 11472351. OLE color: 11472351.
HSL color Cylindrical-coordinate representation of color #DF0DAF: hue angle of 313.71º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0DAF is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 13 | 175 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.13 |
| HSL | 313.71º | 0.89% | 0.46% | - |
| HSV(B) | 313.71º | 0.94% | 0.87% | - |
| XYZ | 38.31 | 19.07 | 42.22 | - |
| YUV | 94.26 | 173.57 | 219.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 13 | 175 | 0 | 0.94 | 0.22 | 0.13 | 313.71 | 0.89 | 0.46 |
| Hex | DF | D | AF | 0 | 5E | 16 | D | 13A | 59 | 2E |
| Octal | 337 | 15 | 257 | 0 | 136 | 26 | 15 | 472 | 131 | 56 |
| Binary | 11011111 | 1101 | 10101111 | 0 | 1011110 | 10110 | 1101 | 100111010 | 1011001 | 101110 |
Color Harmonies of #DF0DAF
Complementary color
Monochromatic Colors of #DF0DAF
Black with #DF0DAF
Text Example
Text Example
White with #DF0DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0DAF; }
p { color: rgb(223,13,175); }
H1.HeaderClassName
{
color: #DF0DAF;
}
.AnyTagClassName
{
color: #DF0DAF;
}
</style>
background-color css
<style>
a { background-color: #DF0DAF; }
a { background-color: rgb(223,13,175); }
div.DivClassName
{
background-color: #DF0DAF;
}
.BgClassName
{
background-color: #DF0DAF;
}
</style>
border-color css
<style>
span { border-color: #DF0DAF; }
span { border-color: rgb(223,13,175); }
td.TdClassName
{
border-color: #DF0DAF;
}
.TagClassName
{
border-color: #DF0DAF;
}
</style>