Shades of Deep Magenta #DF1DDD
Tints of Deep Magenta #DF1DDD
RGB
CMYK
RGB Variations
Color information
#DF1DDD (or 0xDF1DDD) is known color: Deep Magenta. HEX triplet: DF, 1D and DD. RGB value is (223,29,221). Sum of RGB (Red+Green+Blue) = 223+29+221=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 29 (11.72% from 255 or 6.13% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF1DDD is #20E222. Grayscale: #6C6C6C. Windows color (decimal): -2155043 or 14491103. OLE color: 14491103.
HSL color Cylindrical-coordinate representation of color #DF1DDD: hue angle of 300.62º 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 #DF1DDD is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 29 | 221 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.13 |
| HSL | 300.62º | 0.77% | 0.49% | - |
| HSV(B) | 300.62º | 0.87% | 0.87% | - |
| XYZ | 43.92 | 21.79 | 70.3 | - |
| YUV | 108.89 | 191.27 | 209.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 29 | 221 | 0 | 0.87 | 0.01 | 0.13 | 300.62 | 0.77 | 0.49 |
| Hex | DF | 1D | DD | 0 | 57 | 1 | D | 12D | 4D | 31 |
| Octal | 337 | 35 | 335 | 0 | 127 | 1 | 15 | 455 | 115 | 61 |
| Binary | 11011111 | 11101 | 11011101 | 0 | 1010111 | 1 | 1101 | 100101101 | 1001101 | 110001 |
Color Harmonies of #DF1DDD
Complementary color
Monochromatic Colors of #DF1DDD
Black with #DF1DDD
Text Example
Text Example
White with #DF1DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1DDD; }
p { color: rgb(223,29,221); }
H1.HeaderClassName
{
color: #DF1DDD;
}
.AnyTagClassName
{
color: #DF1DDD;
}
</style>
background-color css
<style>
a { background-color: #DF1DDD; }
a { background-color: rgb(223,29,221); }
div.DivClassName
{
background-color: #DF1DDD;
}
.BgClassName
{
background-color: #DF1DDD;
}
</style>
border-color css
<style>
span { border-color: #DF1DDD; }
span { border-color: rgb(223,29,221); }
td.TdClassName
{
border-color: #DF1DDD;
}
.TagClassName
{
border-color: #DF1DDD;
}
</style>