Shades of Deep Magenta #D31EDB
Tints of Deep Magenta #D31EDB
RGB
CMYK
RGB Variations
Color information
#D31EDB (or 0xD31EDB) is known color: Deep Magenta. HEX triplet: D3, 1E and DB. RGB value is (211,30,219). Sum of RGB (Red+Green+Blue) = 211+30+219=460 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.87% from 460); Green value is 30 (12.11% from 255 or 6.52% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #D31EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31EDB is #2CE124. Grayscale: #696969. Windows color (decimal): -2941221 or 14360275. OLE color: 14360275.
HSL color Cylindrical-coordinate representation of color #D31EDB: hue angle of 297.46º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D31EDB is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 30 | 219 | - |
| CMYK | 0.04 | 0.86 | 0 | 0.14 |
| HSL | 297.46º | 0.76% | 0.49% | - |
| HSV(B) | 297.46º | 0.86% | 0.86% | - |
| XYZ | 40.11 | 19.89 | 68.74 | - |
| YUV | 105.67 | 191.97 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 30 | 219 | 0.04 | 0.86 | 0 | 0.14 | 297.46 | 0.76 | 0.49 |
| Hex | D3 | 1E | DB | 4 | 56 | 0 | E | 129 | 4C | 31 |
| Octal | 323 | 36 | 333 | 4 | 126 | 0 | 16 | 451 | 114 | 61 |
| Binary | 11010011 | 11110 | 11011011 | 100 | 1010110 | 0 | 1110 | 100101001 | 1001100 | 110001 |
Color Harmonies of #D31EDB
Complementary color
Monochromatic Colors of #D31EDB
Black with #D31EDB
Text Example
Text Example
White with #D31EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31EDB; }
p { color: rgb(211,30,219); }
H1.HeaderClassName
{
color: #D31EDB;
}
.AnyTagClassName
{
color: #D31EDB;
}
</style>
background-color css
<style>
a { background-color: #D31EDB; }
a { background-color: rgb(211,30,219); }
div.DivClassName
{
background-color: #D31EDB;
}
.BgClassName
{
background-color: #D31EDB;
}
</style>
border-color css
<style>
span { border-color: #D31EDB; }
span { border-color: rgb(211,30,219); }
td.TdClassName
{
border-color: #D31EDB;
}
.TagClassName
{
border-color: #D31EDB;
}
</style>