Shades of Deep Magenta #DF12D3
Tints of Deep Magenta #DF12D3
RGB
CMYK
RGB Variations
Color information
#DF12D3 (or 0xDF12D3) is known color: Deep Magenta. HEX triplet: DF, 12 and D3. RGB value is (223,18,211). Sum of RGB (Red+Green+Blue) = 223+18+211=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 18 (7.42% from 255 or 3.98% from 452); Blue value is 211 (82.81% from 255 or 46.68% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DF12D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF12D3 is #20ED2C. Grayscale: #646464. Windows color (decimal): -2157869 or 13832927. OLE color: 13832927.
HSL color Cylindrical-coordinate representation of color #DF12D3: hue angle of 303.51º 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 #DF12D3 is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 18 | 211 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.13 |
| HSL | 303.51º | 0.85% | 0.47% | - |
| HSV(B) | 303.51º | 0.92% | 0.87% | - |
| XYZ | 42.41 | 20.82 | 63.41 | - |
| YUV | 101.3 | 189.92 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 18 | 211 | 0 | 0.92 | 0.05 | 0.13 | 303.51 | 0.85 | 0.47 |
| Hex | DF | 12 | D3 | 0 | 5C | 5 | D | 130 | 55 | 2F |
| Octal | 337 | 22 | 323 | 0 | 134 | 5 | 15 | 460 | 125 | 57 |
| Binary | 11011111 | 10010 | 11010011 | 0 | 1011100 | 101 | 1101 | 100110000 | 1010101 | 101111 |
Color Harmonies of #DF12D3
Complementary color
Monochromatic Colors of #DF12D3
Black with #DF12D3
Text Example
Text Example
White with #DF12D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF12D3; }
p { color: rgb(223,18,211); }
H1.HeaderClassName
{
color: #DF12D3;
}
.AnyTagClassName
{
color: #DF12D3;
}
</style>
background-color css
<style>
a { background-color: #DF12D3; }
a { background-color: rgb(223,18,211); }
div.DivClassName
{
background-color: #DF12D3;
}
.BgClassName
{
background-color: #DF12D3;
}
</style>
border-color css
<style>
span { border-color: #DF12D3; }
span { border-color: rgb(223,18,211); }
td.TdClassName
{
border-color: #DF12D3;
}
.TagClassName
{
border-color: #DF12D3;
}
</style>