Shades of Hollywood Cerise #DF02A7
Tints of Hollywood Cerise #DF02A7
RGB
CMYK
RGB Variations
Color information
#DF02A7 (or 0xDF02A7) is known color: Hollywood Cerise. HEX triplet: DF, 02 and A7. RGB value is (223,2,167). Sum of RGB (Red+Green+Blue) = 223+2+167=392 (51% of max value = 765). Red value is 223 (87.5% from 255 or 56.89% from 392); Green value is 2 (1.17% from 255 or 0.51% from 392); Blue value is 167 (65.62% from 255 or 42.60% from 392); Max value from RGB is 223 - color contains mainly: red. Hex color #DF02A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF02A7 is #20FD58. Grayscale: #565656. Windows color (decimal): -2162009 or 10945247. OLE color: 10945247.
HSL color Cylindrical-coordinate representation of color #DF02A7: hue angle of 315.2º 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 #DF02A7 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 167 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.13 |
| HSL | 315.2º | 0.98% | 0.44% | - |
| HSV(B) | 315.2º | 0.99% | 0.87% | - |
| XYZ | 37.43 | 18.52 | 38.16 | - |
| YUV | 86.89 | 173.22 | 225.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 167 | 0 | 0.99 | 0.25 | 0.13 | 315.2 | 0.98 | 0.44 |
| Hex | DF | 2 | A7 | 0 | 63 | 19 | D | 13B | 62 | 2C |
| Octal | 337 | 2 | 247 | 0 | 143 | 31 | 15 | 473 | 142 | 54 |
| Binary | 11011111 | 10 | 10100111 | 0 | 1100011 | 11001 | 1101 | 100111011 | 1100010 | 101100 |
Color Harmonies of #DF02A7
Complementary color
Monochromatic Colors of #DF02A7
Black with #DF02A7
Text Example
Text Example
White with #DF02A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF02A7; }
p { color: rgb(223,2,167); }
H1.HeaderClassName
{
color: #DF02A7;
}
.AnyTagClassName
{
color: #DF02A7;
}
</style>
background-color css
<style>
a { background-color: #DF02A7; }
a { background-color: rgb(223,2,167); }
div.DivClassName
{
background-color: #DF02A7;
}
.BgClassName
{
background-color: #DF02A7;
}
</style>
border-color css
<style>
span { border-color: #DF02A7; }
span { border-color: rgb(223,2,167); }
td.TdClassName
{
border-color: #DF02A7;
}
.TagClassName
{
border-color: #DF02A7;
}
</style>