Shades of Hollywood Cerise #DF03AB
Tints of Hollywood Cerise #DF03AB
RGB
CMYK
RGB Variations
Color information
#DF03AB (or 0xDF03AB) is known color: Hollywood Cerise. HEX triplet: DF, 03 and AB. RGB value is (223,3,171). Sum of RGB (Red+Green+Blue) = 223+3+171=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 3 (1.56% from 255 or 0.76% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF03AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF03AB is #20FC54. Grayscale: #575757. Windows color (decimal): -2161749 or 11207647. OLE color: 11207647.
HSL color Cylindrical-coordinate representation of color #DF03AB: hue angle of 314.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 #DF03AB is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 171 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.13 |
| HSL | 314.18º | 0.97% | 0.44% | - |
| HSV(B) | 314.18º | 0.99% | 0.87% | - |
| XYZ | 37.81 | 18.69 | 40.14 | - |
| YUV | 87.93 | 174.89 | 224.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 171 | 0 | 0.99 | 0.23 | 0.13 | 314.18 | 0.97 | 0.44 |
| Hex | DF | 3 | AB | 0 | 63 | 17 | D | 13A | 61 | 2C |
| Octal | 337 | 3 | 253 | 0 | 143 | 27 | 15 | 472 | 141 | 54 |
| Binary | 11011111 | 11 | 10101011 | 0 | 1100011 | 10111 | 1101 | 100111010 | 1100001 | 101100 |
Color Harmonies of #DF03AB
Complementary color
Monochromatic Colors of #DF03AB
Black with #DF03AB
Text Example
Text Example
White with #DF03AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF03AB; }
p { color: rgb(223,3,171); }
H1.HeaderClassName
{
color: #DF03AB;
}
.AnyTagClassName
{
color: #DF03AB;
}
</style>
background-color css
<style>
a { background-color: #DF03AB; }
a { background-color: rgb(223,3,171); }
div.DivClassName
{
background-color: #DF03AB;
}
.BgClassName
{
background-color: #DF03AB;
}
</style>
border-color css
<style>
span { border-color: #DF03AB; }
span { border-color: rgb(223,3,171); }
td.TdClassName
{
border-color: #DF03AB;
}
.TagClassName
{
border-color: #DF03AB;
}
</style>