Shades of Hollywood Cerise #DF04B1
Tints of Hollywood Cerise #DF04B1
RGB
CMYK
RGB Variations
Color information
#DF04B1 (or 0xDF04B1) is known color: Hollywood Cerise. HEX triplet: DF, 04 and B1. RGB value is (223,4,177). Sum of RGB (Red+Green+Blue) = 223+4+177=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 4 (1.95% from 255 or 0.99% from 404); Blue value is 177 (69.53% from 255 or 43.81% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF04B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF04B1 is #20FB4E. Grayscale: #585858. Windows color (decimal): -2161487 or 11601119. OLE color: 11601119.
HSL color Cylindrical-coordinate representation of color #DF04B1: hue angle of 312.6º 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 #DF04B1 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 4 | 177 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.13 |
| HSL | 312.6º | 0.96% | 0.45% | - |
| HSV(B) | 312.6º | 0.98% | 0.87% | - |
| XYZ | 38.41 | 18.95 | 43.23 | - |
| YUV | 89.2 | 177.55 | 223.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 177 | 0 | 0.98 | 0.21 | 0.13 | 312.6 | 0.96 | 0.45 |
| Hex | DF | 4 | B1 | 0 | 62 | 15 | D | 139 | 60 | 2D |
| Octal | 337 | 4 | 261 | 0 | 142 | 25 | 15 | 471 | 140 | 55 |
| Binary | 11011111 | 100 | 10110001 | 0 | 1100010 | 10101 | 1101 | 100111001 | 1100000 | 101101 |
Color Harmonies of #DF04B1
Complementary color
Monochromatic Colors of #DF04B1
Black with #DF04B1
Text Example
Text Example
White with #DF04B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF04B1; }
p { color: rgb(223,4,177); }
H1.HeaderClassName
{
color: #DF04B1;
}
.AnyTagClassName
{
color: #DF04B1;
}
</style>
background-color css
<style>
a { background-color: #DF04B1; }
a { background-color: rgb(223,4,177); }
div.DivClassName
{
background-color: #DF04B1;
}
.BgClassName
{
background-color: #DF04B1;
}
</style>
border-color css
<style>
span { border-color: #DF04B1; }
span { border-color: rgb(223,4,177); }
td.TdClassName
{
border-color: #DF04B1;
}
.TagClassName
{
border-color: #DF04B1;
}
</style>