Shades of Deep Magenta #D11FDD
Tints of Deep Magenta #D11FDD
RGB
CMYK
RGB Variations
Color information
#D11FDD (or 0xD11FDD) is known color: Deep Magenta. HEX triplet: D1, 1F and DD. RGB value is (209,31,221). Sum of RGB (Red+Green+Blue) = 209+31+221=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 31 (12.5% from 255 or 6.72% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #D11FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11FDD is #2EE022. Grayscale: #696969. Windows color (decimal): -3072035 or 14491601. OLE color: 14491601.
HSL color Cylindrical-coordinate representation of color #D11FDD: hue angle of 296.21º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D11FDD is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 31 | 221 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.13 |
| HSL | 296.21º | 0.75% | 0.49% | - |
| HSV(B) | 296.21º | 0.86% | 0.87% | - |
| XYZ | 39.84 | 19.76 | 70.12 | - |
| YUV | 105.88 | 192.97 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 31 | 221 | 0.05 | 0.86 | 0 | 0.13 | 296.21 | 0.75 | 0.49 |
| Hex | D1 | 1F | DD | 5 | 56 | 0 | D | 128 | 4B | 31 |
| Octal | 321 | 37 | 335 | 5 | 126 | 0 | 15 | 450 | 113 | 61 |
| Binary | 11010001 | 11111 | 11011101 | 101 | 1010110 | 0 | 1101 | 100101000 | 1001011 | 110001 |
Color Harmonies of #D11FDD
Complementary color
Monochromatic Colors of #D11FDD
Black with #D11FDD
Text Example
Text Example
White with #D11FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11FDD; }
p { color: rgb(209,31,221); }
H1.HeaderClassName
{
color: #D11FDD;
}
.AnyTagClassName
{
color: #D11FDD;
}
</style>
background-color css
<style>
a { background-color: #D11FDD; }
a { background-color: rgb(209,31,221); }
div.DivClassName
{
background-color: #D11FDD;
}
.BgClassName
{
background-color: #D11FDD;
}
</style>
border-color css
<style>
span { border-color: #D11FDD; }
span { border-color: rgb(209,31,221); }
td.TdClassName
{
border-color: #D11FDD;
}
.TagClassName
{
border-color: #D11FDD;
}
</style>