Shades of Hollywood Cerise #DF03B5
Tints of Hollywood Cerise #DF03B5
RGB
CMYK
RGB Variations
Color information
#DF03B5 (or 0xDF03B5) is known color: Hollywood Cerise. HEX triplet: DF, 03 and B5. RGB value is (223,3,181). Sum of RGB (Red+Green+Blue) = 223+3+181=407 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.79% from 407); Green value is 3 (1.56% from 255 or 0.74% from 407); Blue value is 181 (71.09% from 255 or 44.47% from 407); Max value from RGB is 223 - color contains mainly: red. Hex color #DF03B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF03B5 is #20FC4A. Grayscale: #585858. Windows color (decimal): -2161739 or 11863007. OLE color: 11863007.
HSL color Cylindrical-coordinate representation of color #DF03B5: hue angle of 311.45º 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 #DF03B5 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 181 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.13 |
| HSL | 311.45º | 0.97% | 0.44% | - |
| HSV(B) | 311.45º | 0.99% | 0.87% | - |
| XYZ | 38.8 | 19.09 | 45.36 | - |
| YUV | 89.07 | 179.89 | 223.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 181 | 0 | 0.99 | 0.19 | 0.13 | 311.45 | 0.97 | 0.44 |
| Hex | DF | 3 | B5 | 0 | 63 | 13 | D | 137 | 61 | 2C |
| Octal | 337 | 3 | 265 | 0 | 143 | 23 | 15 | 467 | 141 | 54 |
| Binary | 11011111 | 11 | 10110101 | 0 | 1100011 | 10011 | 1101 | 100110111 | 1100001 | 101100 |
Color Harmonies of #DF03B5
Complementary color
Monochromatic Colors of #DF03B5
Black with #DF03B5
Text Example
Text Example
White with #DF03B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF03B5; }
p { color: rgb(223,3,181); }
H1.HeaderClassName
{
color: #DF03B5;
}
.AnyTagClassName
{
color: #DF03B5;
}
</style>
background-color css
<style>
a { background-color: #DF03B5; }
a { background-color: rgb(223,3,181); }
div.DivClassName
{
background-color: #DF03B5;
}
.BgClassName
{
background-color: #DF03B5;
}
</style>
border-color css
<style>
span { border-color: #DF03B5; }
span { border-color: rgb(223,3,181); }
td.TdClassName
{
border-color: #DF03B5;
}
.TagClassName
{
border-color: #DF03B5;
}
</style>