Shades of Deep Magenta #DF03DD
Tints of Deep Magenta #DF03DD
RGB
CMYK
RGB Variations
Color information
#DF03DD (or 0xDF03DD) is known color: Deep Magenta. HEX triplet: DF, 03 and DD. RGB value is (223,3,221). Sum of RGB (Red+Green+Blue) = 223+3+221=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 3 (1.56% from 255 or 0.67% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF03DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF03DD is #20FC22. Grayscale: #5C5C5C. Windows color (decimal): -2161699 or 14484447. OLE color: 14484447.
HSL color Cylindrical-coordinate representation of color #DF03DD: hue angle of 300.55º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF03DD is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 221 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.13 |
| HSL | 300.55º | 0.97% | 0.44% | - |
| HSV(B) | 300.55º | 0.99% | 0.87% | - |
| XYZ | 43.52 | 20.97 | 70.16 | - |
| YUV | 93.63 | 199.89 | 220.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 221 | 0 | 0.99 | 0.01 | 0.13 | 300.55 | 0.97 | 0.44 |
| Hex | DF | 3 | DD | 0 | 63 | 1 | D | 12D | 61 | 2C |
| Octal | 337 | 3 | 335 | 0 | 143 | 1 | 15 | 455 | 141 | 54 |
| Binary | 11011111 | 11 | 11011101 | 0 | 1100011 | 1 | 1101 | 100101101 | 1100001 | 101100 |
Color Harmonies of #DF03DD
Complementary color
Monochromatic Colors of #DF03DD
Black with #DF03DD
Text Example
Text Example
White with #DF03DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF03DD; }
p { color: rgb(223,3,221); }
H1.HeaderClassName
{
color: #DF03DD;
}
.AnyTagClassName
{
color: #DF03DD;
}
</style>
background-color css
<style>
a { background-color: #DF03DD; }
a { background-color: rgb(223,3,221); }
div.DivClassName
{
background-color: #DF03DD;
}
.BgClassName
{
background-color: #DF03DD;
}
</style>
border-color css
<style>
span { border-color: #DF03DD; }
span { border-color: rgb(223,3,221); }
td.TdClassName
{
border-color: #DF03DD;
}
.TagClassName
{
border-color: #DF03DD;
}
</style>