Shades of Deep Magenta #D31EB9
Tints of Deep Magenta #D31EB9
RGB
CMYK
RGB Variations
Color information
#D31EB9 (or 0xD31EB9) is known color: Deep Magenta. HEX triplet: D3, 1E and B9. RGB value is (211,30,185). Sum of RGB (Red+Green+Blue) = 211+30+185=426 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.53% from 426); Green value is 30 (12.11% from 255 or 7.04% from 426); Blue value is 185 (72.66% from 255 or 43.43% from 426); Max value from RGB is 211 - color contains mainly: red. Hex color #D31EB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31EB9 is #2CE146. Grayscale: #656565. Windows color (decimal): -2941255 or 12132051. OLE color: 12132051.
HSL color Cylindrical-coordinate representation of color #D31EB9: hue angle of 308.62º 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 #D31EB9 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 30 | 185 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.17 |
| HSL | 308.62º | 0.75% | 0.47% | - |
| HSV(B) | 308.62º | 0.86% | 0.83% | - |
| XYZ | 36.09 | 18.28 | 47.53 | - |
| YUV | 101.79 | 174.97 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 30 | 185 | 0 | 0.86 | 0.12 | 0.17 | 308.62 | 0.75 | 0.47 |
| Hex | D3 | 1E | B9 | 0 | 56 | C | 11 | 135 | 4B | 2F |
| Octal | 323 | 36 | 271 | 0 | 126 | 14 | 21 | 465 | 113 | 57 |
| Binary | 11010011 | 11110 | 10111001 | 0 | 1010110 | 1100 | 10001 | 100110101 | 1001011 | 101111 |
Color Harmonies of #D31EB9
Complementary color
Monochromatic Colors of #D31EB9
Black with #D31EB9
Text Example
Text Example
White with #D31EB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31EB9; }
p { color: rgb(211,30,185); }
H1.HeaderClassName
{
color: #D31EB9;
}
.AnyTagClassName
{
color: #D31EB9;
}
</style>
background-color css
<style>
a { background-color: #D31EB9; }
a { background-color: rgb(211,30,185); }
div.DivClassName
{
background-color: #D31EB9;
}
.BgClassName
{
background-color: #D31EB9;
}
</style>
border-color css
<style>
span { border-color: #D31EB9; }
span { border-color: rgb(211,30,185); }
td.TdClassName
{
border-color: #D31EB9;
}
.TagClassName
{
border-color: #D31EB9;
}
</style>