Shades of Hollywood Cerise #DF03B4
Tints of Hollywood Cerise #DF03B4
RGB
CMYK
RGB Variations
Color information
#DF03B4 (or 0xDF03B4) is known color: Hollywood Cerise. HEX triplet: DF, 03 and B4. RGB value is (223,3,180). Sum of RGB (Red+Green+Blue) = 223+3+180=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 3 (1.56% from 255 or 0.74% from 406); Blue value is 180 (70.70% from 255 or 44.33% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DF03B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF03B4 is #20FC4B. Grayscale: #585858. Windows color (decimal): -2161740 or 11797471. OLE color: 11797471.
HSL color Cylindrical-coordinate representation of color #DF03B4: hue angle of 311.73º 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 #DF03B4 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 180 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.13 |
| HSL | 311.73º | 0.97% | 0.44% | - |
| HSV(B) | 311.73º | 0.99% | 0.87% | - |
| XYZ | 38.7 | 19.05 | 44.82 | - |
| YUV | 88.96 | 179.39 | 223.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 180 | 0 | 0.99 | 0.19 | 0.13 | 311.73 | 0.97 | 0.44 |
| Hex | DF | 3 | B4 | 0 | 63 | 13 | D | 138 | 61 | 2C |
| Octal | 337 | 3 | 264 | 0 | 143 | 23 | 15 | 470 | 141 | 54 |
| Binary | 11011111 | 11 | 10110100 | 0 | 1100011 | 10011 | 1101 | 100111000 | 1100001 | 101100 |
Color Harmonies of #DF03B4
Complementary color
Monochromatic Colors of #DF03B4
Black with #DF03B4
Text Example
Text Example
White with #DF03B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF03B4; }
p { color: rgb(223,3,180); }
H1.HeaderClassName
{
color: #DF03B4;
}
.AnyTagClassName
{
color: #DF03B4;
}
</style>
background-color css
<style>
a { background-color: #DF03B4; }
a { background-color: rgb(223,3,180); }
div.DivClassName
{
background-color: #DF03B4;
}
.BgClassName
{
background-color: #DF03B4;
}
</style>
border-color css
<style>
span { border-color: #DF03B4; }
span { border-color: rgb(223,3,180); }
td.TdClassName
{
border-color: #DF03B4;
}
.TagClassName
{
border-color: #DF03B4;
}
</style>