Shades of Deep Magenta #DF03BA
Tints of Deep Magenta #DF03BA
RGB
CMYK
RGB Variations
Color information
#DF03BA (or 0xDF03BA) is known color: Deep Magenta. HEX triplet: DF, 03 and BA. RGB value is (223,3,186). Sum of RGB (Red+Green+Blue) = 223+3+186=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 3 (1.56% from 255 or 0.73% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DF03BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF03BA is #20FC45. Grayscale: #595959. Windows color (decimal): -2161734 or 12190687. OLE color: 12190687.
HSL color Cylindrical-coordinate representation of color #DF03BA: hue angle of 310.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 #DF03BA is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 186 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.13 |
| HSL | 310.09º | 0.97% | 0.44% | - |
| HSV(B) | 310.09º | 0.99% | 0.87% | - |
| XYZ | 39.33 | 19.3 | 48.11 | - |
| YUV | 89.64 | 182.39 | 223.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 186 | 0 | 0.99 | 0.17 | 0.13 | 310.09 | 0.97 | 0.44 |
| Hex | DF | 3 | BA | 0 | 63 | 11 | D | 136 | 61 | 2C |
| Octal | 337 | 3 | 272 | 0 | 143 | 21 | 15 | 466 | 141 | 54 |
| Binary | 11011111 | 11 | 10111010 | 0 | 1100011 | 10001 | 1101 | 100110110 | 1100001 | 101100 |
Color Harmonies of #DF03BA
Complementary color
Monochromatic Colors of #DF03BA
Black with #DF03BA
Text Example
Text Example
White with #DF03BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF03BA; }
p { color: rgb(223,3,186); }
H1.HeaderClassName
{
color: #DF03BA;
}
.AnyTagClassName
{
color: #DF03BA;
}
</style>
background-color css
<style>
a { background-color: #DF03BA; }
a { background-color: rgb(223,3,186); }
div.DivClassName
{
background-color: #DF03BA;
}
.BgClassName
{
background-color: #DF03BA;
}
</style>
border-color css
<style>
span { border-color: #DF03BA; }
span { border-color: rgb(223,3,186); }
td.TdClassName
{
border-color: #DF03BA;
}
.TagClassName
{
border-color: #DF03BA;
}
</style>