Shades of Deep Magenta #D31DE3
Tints of Deep Magenta #D31DE3
RGB
CMYK
RGB Variations
Color information
#D31DE3 (or 0xD31DE3) is known color: Deep Magenta. HEX triplet: D3, 1D and E3. RGB value is (211,29,227). Sum of RGB (Red+Green+Blue) = 211+29+227=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 29 (11.72% from 255 or 6.21% from 467); Blue value is 227 (89.06% from 255 or 48.61% from 467); Max value from RGB is 227 - color contains mainly: blue. Hex color #D31DE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31DE3 is #2CE21C. Grayscale: #696969. Windows color (decimal): -2941469 or 14884307. OLE color: 14884307.
HSL color Cylindrical-coordinate representation of color #D31DE3: hue angle of 295.15º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D31DE3 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 29 | 227 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.11 |
| HSL | 295.15º | 0.78% | 0.5% | - |
| HSV(B) | 295.15º | 0.87% | 0.89% | - |
| XYZ | 41.17 | 20.27 | 74.42 | - |
| YUV | 105.99 | 196.3 | 202.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 29 | 227 | 0.07 | 0.87 | 0 | 0.11 | 295.15 | 0.78 | 0.5 |
| Hex | D3 | 1D | E3 | 7 | 57 | 0 | B | 127 | 4E | 32 |
| Octal | 323 | 35 | 343 | 7 | 127 | 0 | 13 | 447 | 116 | 62 |
| Binary | 11010011 | 11101 | 11100011 | 111 | 1010111 | 0 | 1011 | 100100111 | 1001110 | 110010 |
Color Harmonies of #D31DE3
Complementary color
Monochromatic Colors of #D31DE3
Black with #D31DE3
Text Example
Text Example
White with #D31DE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31DE3; }
p { color: rgb(211,29,227); }
H1.HeaderClassName
{
color: #D31DE3;
}
.AnyTagClassName
{
color: #D31DE3;
}
</style>
background-color css
<style>
a { background-color: #D31DE3; }
a { background-color: rgb(211,29,227); }
div.DivClassName
{
background-color: #D31DE3;
}
.BgClassName
{
background-color: #D31DE3;
}
</style>
border-color css
<style>
span { border-color: #D31DE3; }
span { border-color: rgb(211,29,227); }
td.TdClassName
{
border-color: #D31DE3;
}
.TagClassName
{
border-color: #D31DE3;
}
</style>