Shades of Deep Magenta #D31EB0
Tints of Deep Magenta #D31EB0
RGB
CMYK
RGB Variations
Color information
#D31EB0 (or 0xD31EB0) is known color: Deep Magenta. HEX triplet: D3, 1E and B0. RGB value is (211,30,176). Sum of RGB (Red+Green+Blue) = 211+30+176=417 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.60% from 417); Green value is 30 (12.11% from 255 or 7.19% from 417); Blue value is 176 (69.14% from 255 or 42.21% from 417); Max value from RGB is 211 - color contains mainly: red. Hex color #D31EB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D31EB0 is #2CE14F. Grayscale: #646464. Windows color (decimal): -2941264 or 11542227. OLE color: 11542227.
HSL color Cylindrical-coordinate representation of color #D31EB0: hue angle of 311.6º 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 #D31EB0 is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 30 | 176 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.17 |
| HSL | 311.6º | 0.75% | 0.47% | - |
| HSV(B) | 311.6º | 0.86% | 0.83% | - |
| XYZ | 35.16 | 17.91 | 42.68 | - |
| YUV | 100.76 | 170.47 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 30 | 176 | 0 | 0.86 | 0.17 | 0.17 | 311.6 | 0.75 | 0.47 |
| Hex | D3 | 1E | B0 | 0 | 56 | 11 | 11 | 138 | 4B | 2F |
| Octal | 323 | 36 | 260 | 0 | 126 | 21 | 21 | 470 | 113 | 57 |
| Binary | 11010011 | 11110 | 10110000 | 0 | 1010110 | 10001 | 10001 | 100111000 | 1001011 | 101111 |
Color Harmonies of #D31EB0
Complementary color
Monochromatic Colors of #D31EB0
Black with #D31EB0
Text Example
Text Example
White with #D31EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31EB0; }
p { color: rgb(211,30,176); }
H1.HeaderClassName
{
color: #D31EB0;
}
.AnyTagClassName
{
color: #D31EB0;
}
</style>
background-color css
<style>
a { background-color: #D31EB0; }
a { background-color: rgb(211,30,176); }
div.DivClassName
{
background-color: #D31EB0;
}
.BgClassName
{
background-color: #D31EB0;
}
</style>
border-color css
<style>
span { border-color: #D31EB0; }
span { border-color: rgb(211,30,176); }
td.TdClassName
{
border-color: #D31EB0;
}
.TagClassName
{
border-color: #D31EB0;
}
</style>