Shades of Hollywood Cerise #DF02A0
Tints of Hollywood Cerise #DF02A0
RGB
CMYK
RGB Variations
Color information
#DF02A0 (or 0xDF02A0) is known color: Hollywood Cerise. HEX triplet: DF, 02 and A0. RGB value is (223,2,160). Sum of RGB (Red+Green+Blue) = 223+2+160=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 2 (1.17% from 255 or 0.52% from 385); Blue value is 160 (62.89% from 255 or 41.56% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF02A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF02A0 is #20FD5F. Grayscale: #555555. Windows color (decimal): -2162016 or 10486495. OLE color: 10486495.
HSL color Cylindrical-coordinate representation of color #DF02A0: hue angle of 317.1º 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 #DF02A0 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 160 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.13 |
| HSL | 317.1º | 0.98% | 0.44% | - |
| HSV(B) | 317.1º | 0.99% | 0.87% | - |
| XYZ | 36.8 | 18.27 | 34.84 | - |
| YUV | 86.09 | 169.72 | 225.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 160 | 0 | 0.99 | 0.28 | 0.13 | 317.1 | 0.98 | 0.44 |
| Hex | DF | 2 | A0 | 0 | 63 | 1C | D | 13D | 62 | 2C |
| Octal | 337 | 2 | 240 | 0 | 143 | 34 | 15 | 475 | 142 | 54 |
| Binary | 11011111 | 10 | 10100000 | 0 | 1100011 | 11100 | 1101 | 100111101 | 1100010 | 101100 |
Color Harmonies of #DF02A0
Complementary color
Monochromatic Colors of #DF02A0
Black with #DF02A0
Text Example
Text Example
White with #DF02A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF02A0; }
p { color: rgb(223,2,160); }
H1.HeaderClassName
{
color: #DF02A0;
}
.AnyTagClassName
{
color: #DF02A0;
}
</style>
background-color css
<style>
a { background-color: #DF02A0; }
a { background-color: rgb(223,2,160); }
div.DivClassName
{
background-color: #DF02A0;
}
.BgClassName
{
background-color: #DF02A0;
}
</style>
border-color css
<style>
span { border-color: #DF02A0; }
span { border-color: rgb(223,2,160); }
td.TdClassName
{
border-color: #DF02A0;
}
.TagClassName
{
border-color: #DF02A0;
}
</style>