Shades of Hollywood Cerise #DF03B3
Tints of Hollywood Cerise #DF03B3
RGB
CMYK
RGB Variations
Color information
#DF03B3 (or 0xDF03B3) is known color: Hollywood Cerise. HEX triplet: DF, 03 and B3. RGB value is (223,3,179). Sum of RGB (Red+Green+Blue) = 223+3+179=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 3 (1.56% from 255 or 0.74% from 405); Blue value is 179 (70.31% from 255 or 44.20% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF03B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF03B3 is #20FC4C. Grayscale: #585858. Windows color (decimal): -2161741 or 11731935. OLE color: 11731935.
HSL color Cylindrical-coordinate representation of color #DF03B3: hue angle of 312º 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 #DF03B3 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 179 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.13 |
| HSL | 312º | 0.97% | 0.44% | - |
| HSV(B) | 312º | 0.99% | 0.87% | - |
| XYZ | 38.6 | 19.01 | 44.28 | - |
| YUV | 88.84 | 178.89 | 223.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 179 | 0 | 0.99 | 0.20 | 0.13 | 312 | 0.97 | 0.44 |
| Hex | DF | 3 | B3 | 0 | 63 | 14 | D | 138 | 61 | 2C |
| Octal | 337 | 3 | 263 | 0 | 143 | 24 | 15 | 470 | 141 | 54 |
| Binary | 11011111 | 11 | 10110011 | 0 | 1100011 | 10100 | 1101 | 100111000 | 1100001 | 101100 |
Color Harmonies of #DF03B3
Complementary color
Monochromatic Colors of #DF03B3
Black with #DF03B3
Text Example
Text Example
White with #DF03B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF03B3; }
p { color: rgb(223,3,179); }
H1.HeaderClassName
{
color: #DF03B3;
}
.AnyTagClassName
{
color: #DF03B3;
}
</style>
background-color css
<style>
a { background-color: #DF03B3; }
a { background-color: rgb(223,3,179); }
div.DivClassName
{
background-color: #DF03B3;
}
.BgClassName
{
background-color: #DF03B3;
}
</style>
border-color css
<style>
span { border-color: #DF03B3; }
span { border-color: rgb(223,3,179); }
td.TdClassName
{
border-color: #DF03B3;
}
.TagClassName
{
border-color: #DF03B3;
}
</style>