Shades of Deep Magenta #DF12D1
Tints of Deep Magenta #DF12D1
RGB
CMYK
RGB Variations
Color information
#DF12D1 (or 0xDF12D1) is known color: Deep Magenta. HEX triplet: DF, 12 and D1. RGB value is (223,18,209). Sum of RGB (Red+Green+Blue) = 223+18+209=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 18 (7.42% from 255 or 4% from 450); Blue value is 209 (82.03% from 255 or 46.44% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF12D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF12D1 is #20ED2E. Grayscale: #646464. Windows color (decimal): -2157871 or 13701855. OLE color: 13701855.
HSL color Cylindrical-coordinate representation of color #DF12D1: hue angle of 304.1º 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 #DF12D1 is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 18 | 209 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.13 |
| HSL | 304.1º | 0.85% | 0.47% | - |
| HSV(B) | 304.1º | 0.92% | 0.87% | - |
| XYZ | 42.16 | 20.72 | 62.1 | - |
| YUV | 101.07 | 188.92 | 214.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 18 | 209 | 0 | 0.92 | 0.06 | 0.13 | 304.1 | 0.85 | 0.47 |
| Hex | DF | 12 | D1 | 0 | 5C | 6 | D | 130 | 55 | 2F |
| Octal | 337 | 22 | 321 | 0 | 134 | 6 | 15 | 460 | 125 | 57 |
| Binary | 11011111 | 10010 | 11010001 | 0 | 1011100 | 110 | 1101 | 100110000 | 1010101 | 101111 |
Color Harmonies of #DF12D1
Complementary color
Monochromatic Colors of #DF12D1
Black with #DF12D1
Text Example
Text Example
White with #DF12D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF12D1; }
p { color: rgb(223,18,209); }
H1.HeaderClassName
{
color: #DF12D1;
}
.AnyTagClassName
{
color: #DF12D1;
}
</style>
background-color css
<style>
a { background-color: #DF12D1; }
a { background-color: rgb(223,18,209); }
div.DivClassName
{
background-color: #DF12D1;
}
.BgClassName
{
background-color: #DF12D1;
}
</style>
border-color css
<style>
span { border-color: #DF12D1; }
span { border-color: rgb(223,18,209); }
td.TdClassName
{
border-color: #DF12D1;
}
.TagClassName
{
border-color: #DF12D1;
}
</style>