Shades of Deep Magenta #D31EDD
Tints of Deep Magenta #D31EDD
RGB
CMYK
RGB Variations
Color information
#D31EDD (or 0xD31EDD) is known color: Deep Magenta. HEX triplet: D3, 1E and DD. RGB value is (211,30,221). Sum of RGB (Red+Green+Blue) = 211+30+221=462 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.67% from 462); Green value is 30 (12.11% from 255 or 6.49% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #D31EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31EDD is #2CE122. Grayscale: #696969. Windows color (decimal): -2941219 or 14491347. OLE color: 14491347.
HSL color Cylindrical-coordinate representation of color #D31EDD: hue angle of 296.86º degrees, saturation: 0.76, 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 #D31EDD is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 30 | 221 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.13 |
| HSL | 296.86º | 0.76% | 0.49% | - |
| HSV(B) | 296.86º | 0.86% | 0.87% | - |
| XYZ | 40.38 | 20 | 70.14 | - |
| YUV | 105.89 | 192.97 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 30 | 221 | 0.05 | 0.86 | 0 | 0.13 | 296.86 | 0.76 | 0.49 |
| Hex | D3 | 1E | DD | 5 | 56 | 0 | D | 129 | 4C | 31 |
| Octal | 323 | 36 | 335 | 5 | 126 | 0 | 15 | 451 | 114 | 61 |
| Binary | 11010011 | 11110 | 11011101 | 101 | 1010110 | 0 | 1101 | 100101001 | 1001100 | 110001 |
Color Harmonies of #D31EDD
Complementary color
Monochromatic Colors of #D31EDD
Black with #D31EDD
Text Example
Text Example
White with #D31EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31EDD; }
p { color: rgb(211,30,221); }
H1.HeaderClassName
{
color: #D31EDD;
}
.AnyTagClassName
{
color: #D31EDD;
}
</style>
background-color css
<style>
a { background-color: #D31EDD; }
a { background-color: rgb(211,30,221); }
div.DivClassName
{
background-color: #D31EDD;
}
.BgClassName
{
background-color: #D31EDD;
}
</style>
border-color css
<style>
span { border-color: #D31EDD; }
span { border-color: rgb(211,30,221); }
td.TdClassName
{
border-color: #D31EDD;
}
.TagClassName
{
border-color: #D31EDD;
}
</style>