Shades of Deep Magenta #DF0BDE
Tints of Deep Magenta #DF0BDE
RGB
CMYK
RGB Variations
Color information
#DF0BDE (or 0xDF0BDE) is known color: Deep Magenta. HEX triplet: DF, 0B and DE. RGB value is (223,11,222). Sum of RGB (Red+Green+Blue) = 223+11+222=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 11 (4.69% from 255 or 2.41% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0BDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0BDE is #20F421. Grayscale: #616161. Windows color (decimal): -2159650 or 14552031. OLE color: 14552031.
HSL color Cylindrical-coordinate representation of color #DF0BDE: hue angle of 300.28º 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 #DF0BDE is Cyan = 0, Magento = 0.95, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 11 | 222 | - |
| CMYK | 0 | 0.95 | 0.00 | 0.13 |
| HSL | 300.28º | 0.91% | 0.46% | - |
| HSV(B) | 300.28º | 0.95% | 0.87% | - |
| XYZ | 43.74 | 21.2 | 70.89 | - |
| YUV | 98.44 | 197.74 | 216.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 11 | 222 | 0 | 0.95 | 0.00 | 0.13 | 300.28 | 0.91 | 0.46 |
| Hex | DF | B | DE | 0 | 5F | 0 | D | 12C | 5B | 2E |
| Octal | 337 | 13 | 336 | 0 | 137 | 0 | 15 | 454 | 133 | 56 |
| Binary | 11011111 | 1011 | 11011110 | 0 | 1011111 | 0 | 1101 | 100101100 | 1011011 | 101110 |
Color Harmonies of #DF0BDE
Complementary color
Monochromatic Colors of #DF0BDE
Black with #DF0BDE
Text Example
Text Example
White with #DF0BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0BDE; }
p { color: rgb(223,11,222); }
H1.HeaderClassName
{
color: #DF0BDE;
}
.AnyTagClassName
{
color: #DF0BDE;
}
</style>
background-color css
<style>
a { background-color: #DF0BDE; }
a { background-color: rgb(223,11,222); }
div.DivClassName
{
background-color: #DF0BDE;
}
.BgClassName
{
background-color: #DF0BDE;
}
</style>
border-color css
<style>
span { border-color: #DF0BDE; }
span { border-color: rgb(223,11,222); }
td.TdClassName
{
border-color: #DF0BDE;
}
.TagClassName
{
border-color: #DF0BDE;
}
</style>