Shades of Deep Magenta #DF0BC8
Tints of Deep Magenta #DF0BC8
RGB
CMYK
RGB Variations
Color information
#DF0BC8 (or 0xDF0BC8) is known color: Deep Magenta. HEX triplet: DF, 0B and C8. RGB value is (223,11,200). Sum of RGB (Red+Green+Blue) = 223+11+200=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 11 (4.69% from 255 or 2.53% from 434); Blue value is 200 (78.52% from 255 or 46.08% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0BC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0BC8 is #20F437. Grayscale: #5F5F5F. Windows color (decimal): -2159672 or 13110239. OLE color: 13110239.
HSL color Cylindrical-coordinate representation of color #DF0BC8: hue angle of 306.51º 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 #DF0BC8 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 11 | 200 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.13 |
| HSL | 306.51º | 0.91% | 0.46% | - |
| HSV(B) | 306.51º | 0.95% | 0.87% | - |
| XYZ | 40.98 | 20.1 | 56.36 | - |
| YUV | 95.93 | 186.74 | 218.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 11 | 200 | 0 | 0.95 | 0.10 | 0.13 | 306.51 | 0.91 | 0.46 |
| Hex | DF | B | C8 | 0 | 5F | A | D | 133 | 5B | 2E |
| Octal | 337 | 13 | 310 | 0 | 137 | 12 | 15 | 463 | 133 | 56 |
| Binary | 11011111 | 1011 | 11001000 | 0 | 1011111 | 1010 | 1101 | 100110011 | 1011011 | 101110 |
Color Harmonies of #DF0BC8
Complementary color
Monochromatic Colors of #DF0BC8
Black with #DF0BC8
Text Example
Text Example
White with #DF0BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0BC8; }
p { color: rgb(223,11,200); }
H1.HeaderClassName
{
color: #DF0BC8;
}
.AnyTagClassName
{
color: #DF0BC8;
}
</style>
background-color css
<style>
a { background-color: #DF0BC8; }
a { background-color: rgb(223,11,200); }
div.DivClassName
{
background-color: #DF0BC8;
}
.BgClassName
{
background-color: #DF0BC8;
}
</style>
border-color css
<style>
span { border-color: #DF0BC8; }
span { border-color: rgb(223,11,200); }
td.TdClassName
{
border-color: #DF0BC8;
}
.TagClassName
{
border-color: #DF0BC8;
}
</style>