Shades of Hollywood Cerise #DF02A4
Tints of Hollywood Cerise #DF02A4
RGB
CMYK
RGB Variations
Color information
#DF02A4 (or 0xDF02A4) is known color: Hollywood Cerise. HEX triplet: DF, 02 and A4. RGB value is (223,2,164). Sum of RGB (Red+Green+Blue) = 223+2+164=389 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.33% from 389); Green value is 2 (1.17% from 255 or 0.51% from 389); Blue value is 164 (64.45% from 255 or 42.16% from 389); Max value from RGB is 223 - color contains mainly: red. Hex color #DF02A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF02A4 is #20FD5B. Grayscale: #565656. Windows color (decimal): -2162012 or 10748639. OLE color: 10748639.
HSL color Cylindrical-coordinate representation of color #DF02A4: hue angle of 316.02º 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 #DF02A4 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 164 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.13 |
| HSL | 316.02º | 0.98% | 0.44% | - |
| HSV(B) | 316.02º | 0.99% | 0.87% | - |
| XYZ | 37.15 | 18.41 | 36.72 | - |
| YUV | 86.55 | 171.72 | 225.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 164 | 0 | 0.99 | 0.26 | 0.13 | 316.02 | 0.98 | 0.44 |
| Hex | DF | 2 | A4 | 0 | 63 | 1A | D | 13C | 62 | 2C |
| Octal | 337 | 2 | 244 | 0 | 143 | 32 | 15 | 474 | 142 | 54 |
| Binary | 11011111 | 10 | 10100100 | 0 | 1100011 | 11010 | 1101 | 100111100 | 1100010 | 101100 |
Color Harmonies of #DF02A4
Complementary color
Monochromatic Colors of #DF02A4
Black with #DF02A4
Text Example
Text Example
White with #DF02A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF02A4; }
p { color: rgb(223,2,164); }
H1.HeaderClassName
{
color: #DF02A4;
}
.AnyTagClassName
{
color: #DF02A4;
}
</style>
background-color css
<style>
a { background-color: #DF02A4; }
a { background-color: rgb(223,2,164); }
div.DivClassName
{
background-color: #DF02A4;
}
.BgClassName
{
background-color: #DF02A4;
}
</style>
border-color css
<style>
span { border-color: #DF02A4; }
span { border-color: rgb(223,2,164); }
td.TdClassName
{
border-color: #DF02A4;
}
.TagClassName
{
border-color: #DF02A4;
}
</style>