Shades of Deep Magenta #DF14DC
Tints of Deep Magenta #DF14DC
RGB
CMYK
RGB Variations
Color information
#DF14DC (or 0xDF14DC) is known color: Deep Magenta. HEX triplet: DF, 14 and DC. RGB value is (223,20,220). Sum of RGB (Red+Green+Blue) = 223+20+220=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 20 (8.20% from 255 or 4.32% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DF14DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF14DC is #20EB23. Grayscale: #666666. Windows color (decimal): -2157348 or 14423263. OLE color: 14423263.
HSL color Cylindrical-coordinate representation of color #DF14DC: hue angle of 300.89º 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 #DF14DC is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 20 | 220 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.13 |
| HSL | 300.89º | 0.84% | 0.48% | - |
| HSV(B) | 300.89º | 0.91% | 0.87% | - |
| XYZ | 43.6 | 21.36 | 69.53 | - |
| YUV | 103.5 | 193.75 | 213.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 20 | 220 | 0 | 0.91 | 0.01 | 0.13 | 300.89 | 0.84 | 0.48 |
| Hex | DF | 14 | DC | 0 | 5B | 1 | D | 12D | 54 | 30 |
| Octal | 337 | 24 | 334 | 0 | 133 | 1 | 15 | 455 | 124 | 60 |
| Binary | 11011111 | 10100 | 11011100 | 0 | 1011011 | 1 | 1101 | 100101101 | 1010100 | 110000 |
Color Harmonies of #DF14DC
Complementary color
Monochromatic Colors of #DF14DC
Black with #DF14DC
Text Example
Text Example
White with #DF14DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF14DC; }
p { color: rgb(223,20,220); }
H1.HeaderClassName
{
color: #DF14DC;
}
.AnyTagClassName
{
color: #DF14DC;
}
</style>
background-color css
<style>
a { background-color: #DF14DC; }
a { background-color: rgb(223,20,220); }
div.DivClassName
{
background-color: #DF14DC;
}
.BgClassName
{
background-color: #DF14DC;
}
</style>
border-color css
<style>
span { border-color: #DF14DC; }
span { border-color: rgb(223,20,220); }
td.TdClassName
{
border-color: #DF14DC;
}
.TagClassName
{
border-color: #DF14DC;
}
</style>