Shades of Deep Magenta #DF1FDC
Tints of Deep Magenta #DF1FDC
RGB
CMYK
RGB Variations
Color information
#DF1FDC (or 0xDF1FDC) is known color: Deep Magenta. HEX triplet: DF, 1F and DC. RGB value is (223,31,220). Sum of RGB (Red+Green+Blue) = 223+31+220=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 31 (12.5% from 255 or 6.54% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF1FDC is #20E023. Grayscale: #6D6D6D. Windows color (decimal): -2154532 or 14426079. OLE color: 14426079.
HSL color Cylindrical-coordinate representation of color #DF1FDC: hue angle of 300.94º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF1FDC is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 31 | 220 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.13 |
| HSL | 300.94º | 0.76% | 0.5% | - |
| HSV(B) | 300.94º | 0.86% | 0.87% | - |
| XYZ | 43.84 | 21.84 | 69.61 | - |
| YUV | 109.95 | 190.11 | 208.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 31 | 220 | 0 | 0.86 | 0.01 | 0.13 | 300.94 | 0.76 | 0.5 |
| Hex | DF | 1F | DC | 0 | 56 | 1 | D | 12D | 4C | 32 |
| Octal | 337 | 37 | 334 | 0 | 126 | 1 | 15 | 455 | 114 | 62 |
| Binary | 11011111 | 11111 | 11011100 | 0 | 1010110 | 1 | 1101 | 100101101 | 1001100 | 110010 |
Color Harmonies of #DF1FDC
Complementary color
Monochromatic Colors of #DF1FDC
Black with #DF1FDC
Text Example
Text Example
White with #DF1FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1FDC; }
p { color: rgb(223,31,220); }
H1.HeaderClassName
{
color: #DF1FDC;
}
.AnyTagClassName
{
color: #DF1FDC;
}
</style>
background-color css
<style>
a { background-color: #DF1FDC; }
a { background-color: rgb(223,31,220); }
div.DivClassName
{
background-color: #DF1FDC;
}
.BgClassName
{
background-color: #DF1FDC;
}
</style>
border-color css
<style>
span { border-color: #DF1FDC; }
span { border-color: rgb(223,31,220); }
td.TdClassName
{
border-color: #DF1FDC;
}
.TagClassName
{
border-color: #DF1FDC;
}
</style>