Shades of Hollywood Cerise #DF02AF
Tints of Hollywood Cerise #DF02AF
RGB
CMYK
RGB Variations
Color information
#DF02AF (or 0xDF02AF) is known color: Hollywood Cerise. HEX triplet: DF, 02 and AF. RGB value is (223,2,175). Sum of RGB (Red+Green+Blue) = 223+2+175=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 2 (1.17% from 255 or 0.5% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF02AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF02AF is #20FD50. Grayscale: #575757. Windows color (decimal): -2162001 or 11469535. OLE color: 11469535.
HSL color Cylindrical-coordinate representation of color #DF02AF: hue angle of 313.03º 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 #DF02AF is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 175 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.13 |
| HSL | 313.03º | 0.98% | 0.44% | - |
| HSV(B) | 313.03º | 0.99% | 0.87% | - |
| XYZ | 38.19 | 18.83 | 42.18 | - |
| YUV | 87.8 | 177.22 | 224.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 175 | 0 | 0.99 | 0.22 | 0.13 | 313.03 | 0.98 | 0.44 |
| Hex | DF | 2 | AF | 0 | 63 | 16 | D | 139 | 62 | 2C |
| Octal | 337 | 2 | 257 | 0 | 143 | 26 | 15 | 471 | 142 | 54 |
| Binary | 11011111 | 10 | 10101111 | 0 | 1100011 | 10110 | 1101 | 100111001 | 1100010 | 101100 |
Color Harmonies of #DF02AF
Complementary color
Monochromatic Colors of #DF02AF
Black with #DF02AF
Text Example
Text Example
White with #DF02AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF02AF; }
p { color: rgb(223,2,175); }
H1.HeaderClassName
{
color: #DF02AF;
}
.AnyTagClassName
{
color: #DF02AF;
}
</style>
background-color css
<style>
a { background-color: #DF02AF; }
a { background-color: rgb(223,2,175); }
div.DivClassName
{
background-color: #DF02AF;
}
.BgClassName
{
background-color: #DF02AF;
}
</style>
border-color css
<style>
span { border-color: #DF02AF; }
span { border-color: rgb(223,2,175); }
td.TdClassName
{
border-color: #DF02AF;
}
.TagClassName
{
border-color: #DF02AF;
}
</style>