Shades of Deep Magenta #D31EBE
Tints of Deep Magenta #D31EBE
RGB
CMYK
RGB Variations
Color information
#D31EBE (or 0xD31EBE) is known color: Deep Magenta. HEX triplet: D3, 1E and BE. RGB value is (211,30,190). Sum of RGB (Red+Green+Blue) = 211+30+190=431 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.96% from 431); Green value is 30 (12.11% from 255 or 6.96% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 211 - color contains mainly: red. Hex color #D31EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31EBE is #2CE141. Grayscale: #656565. Windows color (decimal): -2941250 or 12459731. OLE color: 12459731.
HSL color Cylindrical-coordinate representation of color #D31EBE: hue angle of 306.96º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D31EBE is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 30 | 190 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.17 |
| HSL | 306.96º | 0.75% | 0.47% | - |
| HSV(B) | 306.96º | 0.86% | 0.83% | - |
| XYZ | 36.62 | 18.5 | 50.35 | - |
| YUV | 102.36 | 177.47 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 30 | 190 | 0 | 0.86 | 0.10 | 0.17 | 306.96 | 0.75 | 0.47 |
| Hex | D3 | 1E | BE | 0 | 56 | A | 11 | 133 | 4B | 2F |
| Octal | 323 | 36 | 276 | 0 | 126 | 12 | 21 | 463 | 113 | 57 |
| Binary | 11010011 | 11110 | 10111110 | 0 | 1010110 | 1010 | 10001 | 100110011 | 1001011 | 101111 |
Color Harmonies of #D31EBE
Complementary color
Monochromatic Colors of #D31EBE
Black with #D31EBE
Text Example
Text Example
White with #D31EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31EBE; }
p { color: rgb(211,30,190); }
H1.HeaderClassName
{
color: #D31EBE;
}
.AnyTagClassName
{
color: #D31EBE;
}
</style>
background-color css
<style>
a { background-color: #D31EBE; }
a { background-color: rgb(211,30,190); }
div.DivClassName
{
background-color: #D31EBE;
}
.BgClassName
{
background-color: #D31EBE;
}
</style>
border-color css
<style>
span { border-color: #D31EBE; }
span { border-color: rgb(211,30,190); }
td.TdClassName
{
border-color: #D31EBE;
}
.TagClassName
{
border-color: #D31EBE;
}
</style>