Shades of Deep Magenta #DF14DE
Tints of Deep Magenta #DF14DE
RGB
CMYK
RGB Variations
Color information
#DF14DE (or 0xDF14DE) is known color: Deep Magenta. HEX triplet: DF, 14 and DE. RGB value is (223,20,222). Sum of RGB (Red+Green+Blue) = 223+20+222=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 20 (8.20% from 255 or 4.30% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF14DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF14DE is #20EB21. Grayscale: #676767. Windows color (decimal): -2157346 or 14554335. OLE color: 14554335.
HSL color Cylindrical-coordinate representation of color #DF14DE: hue angle of 300.3º 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 #DF14DE is Cyan = 0, Magento = 0.91, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 20 | 222 | - |
| CMYK | 0 | 0.91 | 0.00 | 0.13 |
| HSL | 300.3º | 0.84% | 0.48% | - |
| HSV(B) | 300.3º | 0.91% | 0.87% | - |
| XYZ | 43.87 | 21.46 | 70.94 | - |
| YUV | 103.73 | 194.75 | 213.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 20 | 222 | 0 | 0.91 | 0.00 | 0.13 | 300.3 | 0.84 | 0.48 |
| Hex | DF | 14 | DE | 0 | 5B | 0 | D | 12C | 54 | 30 |
| Octal | 337 | 24 | 336 | 0 | 133 | 0 | 15 | 454 | 124 | 60 |
| Binary | 11011111 | 10100 | 11011110 | 0 | 1011011 | 0 | 1101 | 100101100 | 1010100 | 110000 |
Color Harmonies of #DF14DE
Complementary color
Monochromatic Colors of #DF14DE
Black with #DF14DE
Text Example
Text Example
White with #DF14DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF14DE; }
p { color: rgb(223,20,222); }
H1.HeaderClassName
{
color: #DF14DE;
}
.AnyTagClassName
{
color: #DF14DE;
}
</style>
background-color css
<style>
a { background-color: #DF14DE; }
a { background-color: rgb(223,20,222); }
div.DivClassName
{
background-color: #DF14DE;
}
.BgClassName
{
background-color: #DF14DE;
}
</style>
border-color css
<style>
span { border-color: #DF14DE; }
span { border-color: rgb(223,20,222); }
td.TdClassName
{
border-color: #DF14DE;
}
.TagClassName
{
border-color: #DF14DE;
}
</style>