Shades of Deep Magenta #DF0DDB
Tints of Deep Magenta #DF0DDB
RGB
CMYK
RGB Variations
Color information
#DF0DDB (or 0xDF0DDB) is known color: Deep Magenta. HEX triplet: DF, 0D and DB. RGB value is (223,13,219). Sum of RGB (Red+Green+Blue) = 223+13+219=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 13 (5.47% from 255 or 2.86% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0DDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0DDB is #20F224. Grayscale: #626262. Windows color (decimal): -2159141 or 14355935. OLE color: 14355935.
HSL color Cylindrical-coordinate representation of color #DF0DDB: hue angle of 301.14º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0DDB is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 13 | 219 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.13 |
| HSL | 301.14º | 0.89% | 0.46% | - |
| HSV(B) | 301.14º | 0.94% | 0.87% | - |
| XYZ | 43.36 | 21.09 | 68.8 | - |
| YUV | 99.27 | 195.57 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 13 | 219 | 0 | 0.94 | 0.02 | 0.13 | 301.14 | 0.89 | 0.46 |
| Hex | DF | D | DB | 0 | 5E | 2 | D | 12D | 59 | 2E |
| Octal | 337 | 15 | 333 | 0 | 136 | 2 | 15 | 455 | 131 | 56 |
| Binary | 11011111 | 1101 | 11011011 | 0 | 1011110 | 10 | 1101 | 100101101 | 1011001 | 101110 |
Color Harmonies of #DF0DDB
Complementary color
Monochromatic Colors of #DF0DDB
Black with #DF0DDB
Text Example
Text Example
White with #DF0DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0DDB; }
p { color: rgb(223,13,219); }
H1.HeaderClassName
{
color: #DF0DDB;
}
.AnyTagClassName
{
color: #DF0DDB;
}
</style>
background-color css
<style>
a { background-color: #DF0DDB; }
a { background-color: rgb(223,13,219); }
div.DivClassName
{
background-color: #DF0DDB;
}
.BgClassName
{
background-color: #DF0DDB;
}
</style>
border-color css
<style>
span { border-color: #DF0DDB; }
span { border-color: rgb(223,13,219); }
td.TdClassName
{
border-color: #DF0DDB;
}
.TagClassName
{
border-color: #DF0DDB;
}
</style>