Shades of Deep Magenta #DF14DD
Tints of Deep Magenta #DF14DD
RGB
CMYK
RGB Variations
Color information
#DF14DD (or 0xDF14DD) is known color: Deep Magenta. HEX triplet: DF, 14 and DD. RGB value is (223,20,221). Sum of RGB (Red+Green+Blue) = 223+20+221=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 20 (8.20% from 255 or 4.31% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DF14DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF14DD is #20EB22. Grayscale: #676767. Windows color (decimal): -2157347 or 14488799. OLE color: 14488799.
HSL color Cylindrical-coordinate representation of color #DF14DD: hue angle of 300.59º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF14DD is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 20 | 221 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.13 |
| HSL | 300.59º | 0.84% | 0.48% | - |
| HSV(B) | 300.59º | 0.91% | 0.87% | - |
| XYZ | 43.73 | 21.41 | 70.23 | - |
| YUV | 103.61 | 194.25 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 20 | 221 | 0 | 0.91 | 0.01 | 0.13 | 300.59 | 0.84 | 0.48 |
| Hex | DF | 14 | DD | 0 | 5B | 1 | D | 12D | 54 | 30 |
| Octal | 337 | 24 | 335 | 0 | 133 | 1 | 15 | 455 | 124 | 60 |
| Binary | 11011111 | 10100 | 11011101 | 0 | 1011011 | 1 | 1101 | 100101101 | 1010100 | 110000 |
Color Harmonies of #DF14DD
Complementary color
Monochromatic Colors of #DF14DD
Black with #DF14DD
Text Example
Text Example
White with #DF14DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF14DD; }
p { color: rgb(223,20,221); }
H1.HeaderClassName
{
color: #DF14DD;
}
.AnyTagClassName
{
color: #DF14DD;
}
</style>
background-color css
<style>
a { background-color: #DF14DD; }
a { background-color: rgb(223,20,221); }
div.DivClassName
{
background-color: #DF14DD;
}
.BgClassName
{
background-color: #DF14DD;
}
</style>
border-color css
<style>
span { border-color: #DF14DD; }
span { border-color: rgb(223,20,221); }
td.TdClassName
{
border-color: #DF14DD;
}
.TagClassName
{
border-color: #DF14DD;
}
</style>