Shades of Hollywood Cerise #DF04B0
Tints of Hollywood Cerise #DF04B0
RGB
CMYK
RGB Variations
Color information
#DF04B0 (or 0xDF04B0) is known color: Hollywood Cerise. HEX triplet: DF, 04 and B0. RGB value is (223,4,176). Sum of RGB (Red+Green+Blue) = 223+4+176=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 4 (1.95% from 255 or 0.99% from 403); Blue value is 176 (69.14% from 255 or 43.67% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DF04B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF04B0 is #20FB4F. Grayscale: #585858. Windows color (decimal): -2161488 or 11535583. OLE color: 11535583.
HSL color Cylindrical-coordinate representation of color #DF04B0: hue angle of 312.88º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF04B0 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 4 | 176 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.13 |
| HSL | 312.88º | 0.96% | 0.45% | - |
| HSV(B) | 312.88º | 0.98% | 0.87% | - |
| XYZ | 38.31 | 18.91 | 42.7 | - |
| YUV | 89.09 | 177.05 | 223.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 176 | 0 | 0.98 | 0.21 | 0.13 | 312.88 | 0.96 | 0.45 |
| Hex | DF | 4 | B0 | 0 | 62 | 15 | D | 139 | 60 | 2D |
| Octal | 337 | 4 | 260 | 0 | 142 | 25 | 15 | 471 | 140 | 55 |
| Binary | 11011111 | 100 | 10110000 | 0 | 1100010 | 10101 | 1101 | 100111001 | 1100000 | 101101 |
Color Harmonies of #DF04B0
Complementary color
Monochromatic Colors of #DF04B0
Black with #DF04B0
Text Example
Text Example
White with #DF04B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF04B0; }
p { color: rgb(223,4,176); }
H1.HeaderClassName
{
color: #DF04B0;
}
.AnyTagClassName
{
color: #DF04B0;
}
</style>
background-color css
<style>
a { background-color: #DF04B0; }
a { background-color: rgb(223,4,176); }
div.DivClassName
{
background-color: #DF04B0;
}
.BgClassName
{
background-color: #DF04B0;
}
</style>
border-color css
<style>
span { border-color: #DF04B0; }
span { border-color: rgb(223,4,176); }
td.TdClassName
{
border-color: #DF04B0;
}
.TagClassName
{
border-color: #DF04B0;
}
</style>