Shades of Hollywood Cerise #DF03A0
Tints of Hollywood Cerise #DF03A0
RGB
CMYK
RGB Variations
Color information
#DF03A0 (or 0xDF03A0) is known color: Hollywood Cerise. HEX triplet: DF, 03 and A0. RGB value is (223,3,160). Sum of RGB (Red+Green+Blue) = 223+3+160=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 3 (1.56% from 255 or 0.78% from 386); Blue value is 160 (62.89% from 255 or 41.45% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DF03A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF03A0 is #20FC5F. Grayscale: #565656. Windows color (decimal): -2161760 or 10486751. OLE color: 10486751.
HSL color Cylindrical-coordinate representation of color #DF03A0: hue angle of 317.18º degrees, saturation: 0.97, 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 #DF03A0 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 160 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.13 |
| HSL | 317.18º | 0.97% | 0.44% | - |
| HSV(B) | 317.18º | 0.99% | 0.87% | - |
| XYZ | 36.81 | 18.29 | 34.85 | - |
| YUV | 86.68 | 169.39 | 225.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 160 | 0 | 0.99 | 0.28 | 0.13 | 317.18 | 0.97 | 0.44 |
| Hex | DF | 3 | A0 | 0 | 63 | 1C | D | 13D | 61 | 2C |
| Octal | 337 | 3 | 240 | 0 | 143 | 34 | 15 | 475 | 141 | 54 |
| Binary | 11011111 | 11 | 10100000 | 0 | 1100011 | 11100 | 1101 | 100111101 | 1100001 | 101100 |
Color Harmonies of #DF03A0
Complementary color
Monochromatic Colors of #DF03A0
Black with #DF03A0
Text Example
Text Example
White with #DF03A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF03A0; }
p { color: rgb(223,3,160); }
H1.HeaderClassName
{
color: #DF03A0;
}
.AnyTagClassName
{
color: #DF03A0;
}
</style>
background-color css
<style>
a { background-color: #DF03A0; }
a { background-color: rgb(223,3,160); }
div.DivClassName
{
background-color: #DF03A0;
}
.BgClassName
{
background-color: #DF03A0;
}
</style>
border-color css
<style>
span { border-color: #DF03A0; }
span { border-color: rgb(223,3,160); }
td.TdClassName
{
border-color: #DF03A0;
}
.TagClassName
{
border-color: #DF03A0;
}
</style>