Shades of Deep Magenta #DF19DD
Tints of Deep Magenta #DF19DD
RGB
CMYK
RGB Variations
Color information
#DF19DD (or 0xDF19DD) is known color: Deep Magenta. HEX triplet: DF, 19 and DD. RGB value is (223,25,221). Sum of RGB (Red+Green+Blue) = 223+25+221=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 25 (10.16% from 255 or 5.33% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DF19DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF19DD is #20E622. Grayscale: #696969. Windows color (decimal): -2156067 or 14490079. OLE color: 14490079.
HSL color Cylindrical-coordinate representation of color #DF19DD: hue angle of 300.61º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF19DD is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 25 | 221 | - |
| CMYK | 0 | 0.89 | 0.01 | 0.13 |
| HSL | 300.61º | 0.8% | 0.49% | - |
| HSV(B) | 300.61º | 0.89% | 0.87% | - |
| XYZ | 43.83 | 21.6 | 70.27 | - |
| YUV | 106.55 | 192.6 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 25 | 221 | 0 | 0.89 | 0.01 | 0.13 | 300.61 | 0.8 | 0.49 |
| Hex | DF | 19 | DD | 0 | 59 | 1 | D | 12D | 50 | 31 |
| Octal | 337 | 31 | 335 | 0 | 131 | 1 | 15 | 455 | 120 | 61 |
| Binary | 11011111 | 11001 | 11011101 | 0 | 1011001 | 1 | 1101 | 100101101 | 1010000 | 110001 |
Color Harmonies of #DF19DD
Complementary color
Monochromatic Colors of #DF19DD
Black with #DF19DD
Text Example
Text Example
White with #DF19DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF19DD; }
p { color: rgb(223,25,221); }
H1.HeaderClassName
{
color: #DF19DD;
}
.AnyTagClassName
{
color: #DF19DD;
}
</style>
background-color css
<style>
a { background-color: #DF19DD; }
a { background-color: rgb(223,25,221); }
div.DivClassName
{
background-color: #DF19DD;
}
.BgClassName
{
background-color: #DF19DD;
}
</style>
border-color css
<style>
span { border-color: #DF19DD; }
span { border-color: rgb(223,25,221); }
td.TdClassName
{
border-color: #DF19DD;
}
.TagClassName
{
border-color: #DF19DD;
}
</style>