Shades of Deep Magenta #DF12DD
Tints of Deep Magenta #DF12DD
RGB
CMYK
RGB Variations
Color information
#DF12DD (or 0xDF12DD) is known color: Deep Magenta. HEX triplet: DF, 12 and DD. RGB value is (223,18,221). Sum of RGB (Red+Green+Blue) = 223+18+221=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 18 (7.42% from 255 or 3.90% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DF12DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF12DD is #20ED22. Grayscale: #656565. Windows color (decimal): -2157859 or 14488287. OLE color: 14488287.
HSL color Cylindrical-coordinate representation of color #DF12DD: hue angle of 300.59º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF12DD is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 18 | 221 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.13 |
| HSL | 300.59º | 0.85% | 0.47% | - |
| HSV(B) | 300.59º | 0.92% | 0.87% | - |
| XYZ | 43.7 | 21.34 | 70.22 | - |
| YUV | 102.44 | 194.92 | 213.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 18 | 221 | 0 | 0.92 | 0.01 | 0.13 | 300.59 | 0.85 | 0.47 |
| Hex | DF | 12 | DD | 0 | 5C | 1 | D | 12D | 55 | 2F |
| Octal | 337 | 22 | 335 | 0 | 134 | 1 | 15 | 455 | 125 | 57 |
| Binary | 11011111 | 10010 | 11011101 | 0 | 1011100 | 1 | 1101 | 100101101 | 1010101 | 101111 |
Color Harmonies of #DF12DD
Complementary color
Monochromatic Colors of #DF12DD
Black with #DF12DD
Text Example
Text Example
White with #DF12DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF12DD; }
p { color: rgb(223,18,221); }
H1.HeaderClassName
{
color: #DF12DD;
}
.AnyTagClassName
{
color: #DF12DD;
}
</style>
background-color css
<style>
a { background-color: #DF12DD; }
a { background-color: rgb(223,18,221); }
div.DivClassName
{
background-color: #DF12DD;
}
.BgClassName
{
background-color: #DF12DD;
}
</style>
border-color css
<style>
span { border-color: #DF12DD; }
span { border-color: rgb(223,18,221); }
td.TdClassName
{
border-color: #DF12DD;
}
.TagClassName
{
border-color: #DF12DD;
}
</style>