Shades of Hollywood Cerise #DF02B0
Tints of Hollywood Cerise #DF02B0
RGB
CMYK
RGB Variations
Color information
#DF02B0 (or 0xDF02B0) is known color: Hollywood Cerise. HEX triplet: DF, 02 and B0. RGB value is (223,2,176). Sum of RGB (Red+Green+Blue) = 223+2+176=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 2 (1.17% from 255 or 0.50% from 401); Blue value is 176 (69.14% from 255 or 43.89% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF02B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF02B0 is #20FD4F. Grayscale: #575757. Windows color (decimal): -2162000 or 11535071. OLE color: 11535071.
HSL color Cylindrical-coordinate representation of color #DF02B0: hue angle of 312.76º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF02B0 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 176 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.13 |
| HSL | 312.76º | 0.98% | 0.44% | - |
| HSV(B) | 312.76º | 0.99% | 0.87% | - |
| XYZ | 38.29 | 18.87 | 42.7 | - |
| YUV | 87.92 | 177.72 | 224.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 176 | 0 | 0.99 | 0.21 | 0.13 | 312.76 | 0.98 | 0.44 |
| Hex | DF | 2 | B0 | 0 | 63 | 15 | D | 139 | 62 | 2C |
| Octal | 337 | 2 | 260 | 0 | 143 | 25 | 15 | 471 | 142 | 54 |
| Binary | 11011111 | 10 | 10110000 | 0 | 1100011 | 10101 | 1101 | 100111001 | 1100010 | 101100 |
Color Harmonies of #DF02B0
Complementary color
Monochromatic Colors of #DF02B0
Black with #DF02B0
Text Example
Text Example
White with #DF02B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF02B0; }
p { color: rgb(223,2,176); }
H1.HeaderClassName
{
color: #DF02B0;
}
.AnyTagClassName
{
color: #DF02B0;
}
</style>
background-color css
<style>
a { background-color: #DF02B0; }
a { background-color: rgb(223,2,176); }
div.DivClassName
{
background-color: #DF02B0;
}
.BgClassName
{
background-color: #DF02B0;
}
</style>
border-color css
<style>
span { border-color: #DF02B0; }
span { border-color: rgb(223,2,176); }
td.TdClassName
{
border-color: #DF02B0;
}
.TagClassName
{
border-color: #DF02B0;
}
</style>