Shades of Deep Magenta #DF05BA
Tints of Deep Magenta #DF05BA
RGB
CMYK
RGB Variations
Color information
#DF05BA (or 0xDF05BA) is known color: Deep Magenta. HEX triplet: DF, 05 and BA. RGB value is (223,5,186). Sum of RGB (Red+Green+Blue) = 223+5+186=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 5 (2.34% from 255 or 1.21% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DF05BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF05BA is #20FA45. Grayscale: #5A5A5A. Windows color (decimal): -2161222 or 12191199. OLE color: 12191199.
HSL color Cylindrical-coordinate representation of color #DF05BA: hue angle of 310.18º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF05BA is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 186 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.13 |
| HSL | 310.18º | 0.96% | 0.45% | - |
| HSV(B) | 310.18º | 0.98% | 0.87% | - |
| XYZ | 39.35 | 19.34 | 48.11 | - |
| YUV | 90.82 | 181.72 | 222.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 186 | 0 | 0.98 | 0.17 | 0.13 | 310.18 | 0.96 | 0.45 |
| Hex | DF | 5 | BA | 0 | 62 | 11 | D | 136 | 60 | 2D |
| Octal | 337 | 5 | 272 | 0 | 142 | 21 | 15 | 466 | 140 | 55 |
| Binary | 11011111 | 101 | 10111010 | 0 | 1100010 | 10001 | 1101 | 100110110 | 1100000 | 101101 |
Color Harmonies of #DF05BA
Complementary color
Monochromatic Colors of #DF05BA
Black with #DF05BA
Text Example
Text Example
White with #DF05BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF05BA; }
p { color: rgb(223,5,186); }
H1.HeaderClassName
{
color: #DF05BA;
}
.AnyTagClassName
{
color: #DF05BA;
}
</style>
background-color css
<style>
a { background-color: #DF05BA; }
a { background-color: rgb(223,5,186); }
div.DivClassName
{
background-color: #DF05BA;
}
.BgClassName
{
background-color: #DF05BA;
}
</style>
border-color css
<style>
span { border-color: #DF05BA; }
span { border-color: rgb(223,5,186); }
td.TdClassName
{
border-color: #DF05BA;
}
.TagClassName
{
border-color: #DF05BA;
}
</style>