Shades of Deep Magenta #DF0BC0
Tints of Deep Magenta #DF0BC0
RGB
CMYK
RGB Variations
Color information
#DF0BC0 (or 0xDF0BC0) is known color: Deep Magenta. HEX triplet: DF, 0B and C0. RGB value is (223,11,192). Sum of RGB (Red+Green+Blue) = 223+11+192=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 11 (4.69% from 255 or 2.58% from 426); Blue value is 192 (75.39% from 255 or 45.07% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0BC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0BC0 is #20F43F. Grayscale: #5E5E5E. Windows color (decimal): -2159680 or 12585951. OLE color: 12585951.
HSL color Cylindrical-coordinate representation of color #DF0BC0: hue angle of 308.77º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF0BC0 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 11 | 192 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.13 |
| HSL | 308.77º | 0.91% | 0.46% | - |
| HSV(B) | 308.77º | 0.95% | 0.87% | - |
| XYZ | 40.07 | 19.73 | 51.57 | - |
| YUV | 95.02 | 182.74 | 219.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 11 | 192 | 0 | 0.95 | 0.14 | 0.13 | 308.77 | 0.91 | 0.46 |
| Hex | DF | B | C0 | 0 | 5F | E | D | 135 | 5B | 2E |
| Octal | 337 | 13 | 300 | 0 | 137 | 16 | 15 | 465 | 133 | 56 |
| Binary | 11011111 | 1011 | 11000000 | 0 | 1011111 | 1110 | 1101 | 100110101 | 1011011 | 101110 |
Color Harmonies of #DF0BC0
Complementary color
Monochromatic Colors of #DF0BC0
Black with #DF0BC0
Text Example
Text Example
White with #DF0BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0BC0; }
p { color: rgb(223,11,192); }
H1.HeaderClassName
{
color: #DF0BC0;
}
.AnyTagClassName
{
color: #DF0BC0;
}
</style>
background-color css
<style>
a { background-color: #DF0BC0; }
a { background-color: rgb(223,11,192); }
div.DivClassName
{
background-color: #DF0BC0;
}
.BgClassName
{
background-color: #DF0BC0;
}
</style>
border-color css
<style>
span { border-color: #DF0BC0; }
span { border-color: rgb(223,11,192); }
td.TdClassName
{
border-color: #DF0BC0;
}
.TagClassName
{
border-color: #DF0BC0;
}
</style>