Shades of Deep Magenta #D30EDA
Tints of Deep Magenta #D30EDA
RGB
CMYK
RGB Variations
Color information
#D30EDA (or 0xD30EDA) is known color: Deep Magenta. HEX triplet: D3, 0E and DA. RGB value is (211,14,218). Sum of RGB (Red+Green+Blue) = 211+14+218=443 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.63% from 443); Green value is 14 (5.86% from 255 or 3.16% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #D30EDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30EDA is #2CF125. Grayscale: #5F5F5F. Windows color (decimal): -2945318 or 14290643. OLE color: 14290643.
HSL color Cylindrical-coordinate representation of color #D30EDA: hue angle of 297.94º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D30EDA is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 14 | 218 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.15 |
| HSL | 297.94º | 0.88% | 0.45% | - |
| HSV(B) | 297.94º | 0.94% | 0.85% | - |
| XYZ | 39.68 | 19.22 | 67.95 | - |
| YUV | 96.16 | 196.77 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 14 | 218 | 0.03 | 0.94 | 0 | 0.15 | 297.94 | 0.88 | 0.45 |
| Hex | D3 | E | DA | 3 | 5E | 0 | F | 12A | 58 | 2D |
| Octal | 323 | 16 | 332 | 3 | 136 | 0 | 17 | 452 | 130 | 55 |
| Binary | 11010011 | 1110 | 11011010 | 11 | 1011110 | 0 | 1111 | 100101010 | 1011000 | 101101 |
Color Harmonies of #D30EDA
Complementary color
Monochromatic Colors of #D30EDA
Black with #D30EDA
Text Example
Text Example
White with #D30EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30EDA; }
p { color: rgb(211,14,218); }
H1.HeaderClassName
{
color: #D30EDA;
}
.AnyTagClassName
{
color: #D30EDA;
}
</style>
background-color css
<style>
a { background-color: #D30EDA; }
a { background-color: rgb(211,14,218); }
div.DivClassName
{
background-color: #D30EDA;
}
.BgClassName
{
background-color: #D30EDA;
}
</style>
border-color css
<style>
span { border-color: #D30EDA; }
span { border-color: rgb(211,14,218); }
td.TdClassName
{
border-color: #D30EDA;
}
.TagClassName
{
border-color: #D30EDA;
}
</style>