Shades of Hollywood Cerise #DF04B6
Tints of Hollywood Cerise #DF04B6
RGB
CMYK
RGB Variations
Color information
#DF04B6 (or 0xDF04B6) is known color: Hollywood Cerise. HEX triplet: DF, 04 and B6. RGB value is (223,4,182). Sum of RGB (Red+Green+Blue) = 223+4+182=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 4 (1.95% from 255 or 0.98% from 409); Blue value is 182 (71.48% from 255 or 44.50% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DF04B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF04B6 is #20FB49. Grayscale: #595959. Windows color (decimal): -2161482 or 11928799. OLE color: 11928799.
HSL color Cylindrical-coordinate representation of color #DF04B6: hue angle of 311.23º 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 #DF04B6 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 4 | 182 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.13 |
| HSL | 311.23º | 0.96% | 0.45% | - |
| HSV(B) | 311.23º | 0.98% | 0.87% | - |
| XYZ | 38.92 | 19.15 | 45.9 | - |
| YUV | 89.77 | 180.05 | 223.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 182 | 0 | 0.98 | 0.18 | 0.13 | 311.23 | 0.96 | 0.45 |
| Hex | DF | 4 | B6 | 0 | 62 | 12 | D | 137 | 60 | 2D |
| Octal | 337 | 4 | 266 | 0 | 142 | 22 | 15 | 467 | 140 | 55 |
| Binary | 11011111 | 100 | 10110110 | 0 | 1100010 | 10010 | 1101 | 100110111 | 1100000 | 101101 |
Color Harmonies of #DF04B6
Complementary color
Monochromatic Colors of #DF04B6
Black with #DF04B6
Text Example
Text Example
White with #DF04B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF04B6; }
p { color: rgb(223,4,182); }
H1.HeaderClassName
{
color: #DF04B6;
}
.AnyTagClassName
{
color: #DF04B6;
}
</style>
background-color css
<style>
a { background-color: #DF04B6; }
a { background-color: rgb(223,4,182); }
div.DivClassName
{
background-color: #DF04B6;
}
.BgClassName
{
background-color: #DF04B6;
}
</style>
border-color css
<style>
span { border-color: #DF04B6; }
span { border-color: rgb(223,4,182); }
td.TdClassName
{
border-color: #DF04B6;
}
.TagClassName
{
border-color: #DF04B6;
}
</style>