Shades of Deep Magenta #D11FDF
Tints of Deep Magenta #D11FDF
RGB
CMYK
RGB Variations
Color information
#D11FDF (or 0xD11FDF) is known color: Deep Magenta. HEX triplet: D1, 1F and DF. RGB value is (209,31,223). Sum of RGB (Red+Green+Blue) = 209+31+223=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 31 (12.5% from 255 or 6.70% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #D11FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11FDF is #2EE020. Grayscale: #696969. Windows color (decimal): -3072033 or 14622673. OLE color: 14622673.
HSL color Cylindrical-coordinate representation of color #D11FDF: hue angle of 295.62º 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 #D11FDF is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 31 | 223 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.13 |
| HSL | 295.63º | 0.76% | 0.5% | - |
| HSV(B) | 295.63º | 0.86% | 0.87% | - |
| XYZ | 40.1 | 19.86 | 71.53 | - |
| YUV | 106.11 | 193.97 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 31 | 223 | 0.06 | 0.86 | 0 | 0.13 | 295.63 | 0.76 | 0.5 |
| Hex | D1 | 1F | DF | 6 | 56 | 0 | D | 128 | 4C | 32 |
| Octal | 321 | 37 | 337 | 6 | 126 | 0 | 15 | 450 | 114 | 62 |
| Binary | 11010001 | 11111 | 11011111 | 110 | 1010110 | 0 | 1101 | 100101000 | 1001100 | 110010 |
Color Harmonies of #D11FDF
Complementary color
Monochromatic Colors of #D11FDF
Black with #D11FDF
Text Example
Text Example
White with #D11FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11FDF; }
p { color: rgb(209,31,223); }
H1.HeaderClassName
{
color: #D11FDF;
}
.AnyTagClassName
{
color: #D11FDF;
}
</style>
background-color css
<style>
a { background-color: #D11FDF; }
a { background-color: rgb(209,31,223); }
div.DivClassName
{
background-color: #D11FDF;
}
.BgClassName
{
background-color: #D11FDF;
}
</style>
border-color css
<style>
span { border-color: #D11FDF; }
span { border-color: rgb(209,31,223); }
td.TdClassName
{
border-color: #D11FDF;
}
.TagClassName
{
border-color: #D11FDF;
}
</style>