Shades of Hollywood Cerise #DF03A4
Tints of Hollywood Cerise #DF03A4
RGB
CMYK
RGB Variations
Color information
#DF03A4 (or 0xDF03A4) is known color: Hollywood Cerise. HEX triplet: DF, 03 and A4. RGB value is (223,3,164). Sum of RGB (Red+Green+Blue) = 223+3+164=390 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.18% from 390); Green value is 3 (1.56% from 255 or 0.77% from 390); Blue value is 164 (64.45% from 255 or 42.05% from 390); Max value from RGB is 223 - color contains mainly: red. Hex color #DF03A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF03A4 is #20FC5B. Grayscale: #565656. Windows color (decimal): -2161756 or 10748895. OLE color: 10748895.
HSL color Cylindrical-coordinate representation of color #DF03A4: hue angle of 316.09º 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 #DF03A4 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 164 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.13 |
| HSL | 316.09º | 0.97% | 0.44% | - |
| HSV(B) | 316.09º | 0.99% | 0.87% | - |
| XYZ | 37.16 | 18.43 | 36.72 | - |
| YUV | 87.13 | 171.39 | 224.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 164 | 0 | 0.99 | 0.26 | 0.13 | 316.09 | 0.97 | 0.44 |
| Hex | DF | 3 | A4 | 0 | 63 | 1A | D | 13C | 61 | 2C |
| Octal | 337 | 3 | 244 | 0 | 143 | 32 | 15 | 474 | 141 | 54 |
| Binary | 11011111 | 11 | 10100100 | 0 | 1100011 | 11010 | 1101 | 100111100 | 1100001 | 101100 |
Color Harmonies of #DF03A4
Complementary color
Monochromatic Colors of #DF03A4
Black with #DF03A4
Text Example
Text Example
White with #DF03A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF03A4; }
p { color: rgb(223,3,164); }
H1.HeaderClassName
{
color: #DF03A4;
}
.AnyTagClassName
{
color: #DF03A4;
}
</style>
background-color css
<style>
a { background-color: #DF03A4; }
a { background-color: rgb(223,3,164); }
div.DivClassName
{
background-color: #DF03A4;
}
.BgClassName
{
background-color: #DF03A4;
}
</style>
border-color css
<style>
span { border-color: #DF03A4; }
span { border-color: rgb(223,3,164); }
td.TdClassName
{
border-color: #DF03A4;
}
.TagClassName
{
border-color: #DF03A4;
}
</style>