Shades of Deep Magenta #DF1DDB
Tints of Deep Magenta #DF1DDB
RGB
CMYK
RGB Variations
Color information
#DF1DDB (or 0xDF1DDB) is known color: Deep Magenta. HEX triplet: DF, 1D and DB. RGB value is (223,29,219). Sum of RGB (Red+Green+Blue) = 223+29+219=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 29 (11.72% from 255 or 6.16% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF1DDB is #20E224. Grayscale: #6C6C6C. Windows color (decimal): -2155045 or 14360031. OLE color: 14360031.
HSL color Cylindrical-coordinate representation of color #DF1DDB: hue angle of 301.24º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF1DDB is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 29 | 219 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.13 |
| HSL | 301.24º | 0.77% | 0.49% | - |
| HSV(B) | 301.24º | 0.87% | 0.87% | - |
| XYZ | 43.66 | 21.68 | 68.9 | - |
| YUV | 108.67 | 190.27 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 29 | 219 | 0 | 0.87 | 0.02 | 0.13 | 301.24 | 0.77 | 0.49 |
| Hex | DF | 1D | DB | 0 | 57 | 2 | D | 12D | 4D | 31 |
| Octal | 337 | 35 | 333 | 0 | 127 | 2 | 15 | 455 | 115 | 61 |
| Binary | 11011111 | 11101 | 11011011 | 0 | 1010111 | 10 | 1101 | 100101101 | 1001101 | 110001 |
Color Harmonies of #DF1DDB
Complementary color
Monochromatic Colors of #DF1DDB
Black with #DF1DDB
Text Example
Text Example
White with #DF1DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1DDB; }
p { color: rgb(223,29,219); }
H1.HeaderClassName
{
color: #DF1DDB;
}
.AnyTagClassName
{
color: #DF1DDB;
}
</style>
background-color css
<style>
a { background-color: #DF1DDB; }
a { background-color: rgb(223,29,219); }
div.DivClassName
{
background-color: #DF1DDB;
}
.BgClassName
{
background-color: #DF1DDB;
}
</style>
border-color css
<style>
span { border-color: #DF1DDB; }
span { border-color: rgb(223,29,219); }
td.TdClassName
{
border-color: #DF1DDB;
}
.TagClassName
{
border-color: #DF1DDB;
}
</style>