Shades of Deep Magenta #DF06BA
Tints of Deep Magenta #DF06BA
RGB
CMYK
RGB Variations
Color information
#DF06BA (or 0xDF06BA) is known color: Deep Magenta. HEX triplet: DF, 06 and BA. RGB value is (223,6,186). Sum of RGB (Red+Green+Blue) = 223+6+186=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 6 (2.73% from 255 or 1.45% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DF06BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF06BA is #20F945. Grayscale: #5A5A5A. Windows color (decimal): -2160966 or 12191455. OLE color: 12191455.
HSL color Cylindrical-coordinate representation of color #DF06BA: hue angle of 310.23º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF06BA is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 6 | 186 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.13 |
| HSL | 310.23º | 0.95% | 0.45% | - |
| HSV(B) | 310.23º | 0.97% | 0.87% | - |
| XYZ | 39.36 | 19.36 | 48.12 | - |
| YUV | 91.4 | 181.39 | 221.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 186 | 0 | 0.97 | 0.17 | 0.13 | 310.23 | 0.95 | 0.45 |
| Hex | DF | 6 | BA | 0 | 61 | 11 | D | 136 | 5F | 2D |
| Octal | 337 | 6 | 272 | 0 | 141 | 21 | 15 | 466 | 137 | 55 |
| Binary | 11011111 | 110 | 10111010 | 0 | 1100001 | 10001 | 1101 | 100110110 | 1011111 | 101101 |
Color Harmonies of #DF06BA
Complementary color
Monochromatic Colors of #DF06BA
Black with #DF06BA
Text Example
Text Example
White with #DF06BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF06BA; }
p { color: rgb(223,6,186); }
H1.HeaderClassName
{
color: #DF06BA;
}
.AnyTagClassName
{
color: #DF06BA;
}
</style>
background-color css
<style>
a { background-color: #DF06BA; }
a { background-color: rgb(223,6,186); }
div.DivClassName
{
background-color: #DF06BA;
}
.BgClassName
{
background-color: #DF06BA;
}
</style>
border-color css
<style>
span { border-color: #DF06BA; }
span { border-color: rgb(223,6,186); }
td.TdClassName
{
border-color: #DF06BA;
}
.TagClassName
{
border-color: #DF06BA;
}
</style>