Shades of Deep Magenta #D30EB0
Tints of Deep Magenta #D30EB0
RGB
CMYK
RGB Variations
Color information
#D30EB0 (or 0xD30EB0) is known color: Deep Magenta. HEX triplet: D3, 0E and B0. RGB value is (211,14,176). Sum of RGB (Red+Green+Blue) = 211+14+176=401 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.62% from 401); Green value is 14 (5.86% from 255 or 3.49% from 401); Blue value is 176 (69.14% from 255 or 43.89% from 401); Max value from RGB is 211 - color contains mainly: red. Hex color #D30EB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30EB0 is #2CF14F. Grayscale: #5A5A5A. Windows color (decimal): -2945360 or 11538131. OLE color: 11538131.
HSL color Cylindrical-coordinate representation of color #D30EB0: hue angle of 310.66º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D30EB0 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 14 | 176 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.17 |
| HSL | 310.66º | 0.88% | 0.44% | - |
| HSV(B) | 310.66º | 0.93% | 0.83% | - |
| XYZ | 34.86 | 17.3 | 42.58 | - |
| YUV | 91.37 | 175.77 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 14 | 176 | 0 | 0.93 | 0.17 | 0.17 | 310.66 | 0.88 | 0.44 |
| Hex | D3 | E | B0 | 0 | 5D | 11 | 11 | 137 | 58 | 2C |
| Octal | 323 | 16 | 260 | 0 | 135 | 21 | 21 | 467 | 130 | 54 |
| Binary | 11010011 | 1110 | 10110000 | 0 | 1011101 | 10001 | 10001 | 100110111 | 1011000 | 101100 |
Color Harmonies of #D30EB0
Complementary color
Monochromatic Colors of #D30EB0
Black with #D30EB0
Text Example
Text Example
White with #D30EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30EB0; }
p { color: rgb(211,14,176); }
H1.HeaderClassName
{
color: #D30EB0;
}
.AnyTagClassName
{
color: #D30EB0;
}
</style>
background-color css
<style>
a { background-color: #D30EB0; }
a { background-color: rgb(211,14,176); }
div.DivClassName
{
background-color: #D30EB0;
}
.BgClassName
{
background-color: #D30EB0;
}
</style>
border-color css
<style>
span { border-color: #D30EB0; }
span { border-color: rgb(211,14,176); }
td.TdClassName
{
border-color: #D30EB0;
}
.TagClassName
{
border-color: #D30EB0;
}
</style>