Shades of Hollywood Cerise #DF0AB1
Tints of Hollywood Cerise #DF0AB1
RGB
CMYK
RGB Variations
Color information
#DF0AB1 (or 0xDF0AB1) is known color: Hollywood Cerise. HEX triplet: DF, 0A and B1. RGB value is (223,10,177). Sum of RGB (Red+Green+Blue) = 223+10+177=410 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.39% from 410); Green value is 10 (4.30% from 255 or 2.44% from 410); Blue value is 177 (69.53% from 255 or 43.17% from 410); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0AB1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0AB1 is #20F54E. Grayscale: #5C5C5C. Windows color (decimal): -2159951 or 11602655. OLE color: 11602655.
HSL color Cylindrical-coordinate representation of color #DF0AB1: hue angle of 312.96º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0AB1 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 10 | 177 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.13 |
| HSL | 312.96º | 0.91% | 0.46% | - |
| HSV(B) | 312.96º | 0.96% | 0.87% | - |
| XYZ | 38.48 | 19.08 | 43.25 | - |
| YUV | 92.73 | 175.57 | 220.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 10 | 177 | 0 | 0.96 | 0.21 | 0.13 | 312.96 | 0.91 | 0.46 |
| Hex | DF | A | B1 | 0 | 60 | 15 | D | 139 | 5B | 2E |
| Octal | 337 | 12 | 261 | 0 | 140 | 25 | 15 | 471 | 133 | 56 |
| Binary | 11011111 | 1010 | 10110001 | 0 | 1100000 | 10101 | 1101 | 100111001 | 1011011 | 101110 |
Color Harmonies of #DF0AB1
Complementary color
Monochromatic Colors of #DF0AB1
Black with #DF0AB1
Text Example
Text Example
White with #DF0AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0AB1; }
p { color: rgb(223,10,177); }
H1.HeaderClassName
{
color: #DF0AB1;
}
.AnyTagClassName
{
color: #DF0AB1;
}
</style>
background-color css
<style>
a { background-color: #DF0AB1; }
a { background-color: rgb(223,10,177); }
div.DivClassName
{
background-color: #DF0AB1;
}
.BgClassName
{
background-color: #DF0AB1;
}
</style>
border-color css
<style>
span { border-color: #DF0AB1; }
span { border-color: rgb(223,10,177); }
td.TdClassName
{
border-color: #DF0AB1;
}
.TagClassName
{
border-color: #DF0AB1;
}
</style>