Shades of Hollywood Cerise #DF04B2
Tints of Hollywood Cerise #DF04B2
RGB
CMYK
RGB Variations
Color information
#DF04B2 (or 0xDF04B2) is known color: Hollywood Cerise. HEX triplet: DF, 04 and B2. RGB value is (223,4,178). Sum of RGB (Red+Green+Blue) = 223+4+178=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 4 (1.95% from 255 or 0.99% from 405); Blue value is 178 (69.92% from 255 or 43.95% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF04B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF04B2 is #20FB4D. Grayscale: #585858. Windows color (decimal): -2161486 or 11666655. OLE color: 11666655.
HSL color Cylindrical-coordinate representation of color #DF04B2: hue angle of 312.33º 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 #DF04B2 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 4 | 178 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.13 |
| HSL | 312.33º | 0.96% | 0.45% | - |
| HSV(B) | 312.33º | 0.98% | 0.87% | - |
| XYZ | 38.51 | 18.99 | 43.76 | - |
| YUV | 89.32 | 178.05 | 223.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 178 | 0 | 0.98 | 0.20 | 0.13 | 312.33 | 0.96 | 0.45 |
| Hex | DF | 4 | B2 | 0 | 62 | 14 | D | 138 | 60 | 2D |
| Octal | 337 | 4 | 262 | 0 | 142 | 24 | 15 | 470 | 140 | 55 |
| Binary | 11011111 | 100 | 10110010 | 0 | 1100010 | 10100 | 1101 | 100111000 | 1100000 | 101101 |
Color Harmonies of #DF04B2
Complementary color
Monochromatic Colors of #DF04B2
Black with #DF04B2
Text Example
Text Example
White with #DF04B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF04B2; }
p { color: rgb(223,4,178); }
H1.HeaderClassName
{
color: #DF04B2;
}
.AnyTagClassName
{
color: #DF04B2;
}
</style>
background-color css
<style>
a { background-color: #DF04B2; }
a { background-color: rgb(223,4,178); }
div.DivClassName
{
background-color: #DF04B2;
}
.BgClassName
{
background-color: #DF04B2;
}
</style>
border-color css
<style>
span { border-color: #DF04B2; }
span { border-color: rgb(223,4,178); }
td.TdClassName
{
border-color: #DF04B2;
}
.TagClassName
{
border-color: #DF04B2;
}
</style>