Shades of Deep Magenta #D30EDD
Tints of Deep Magenta #D30EDD
RGB
CMYK
RGB Variations
Color information
#D30EDD (or 0xD30EDD) is known color: Deep Magenta. HEX triplet: D3, 0E and DD. RGB value is (211,14,221). Sum of RGB (Red+Green+Blue) = 211+14+221=446 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.31% from 446); Green value is 14 (5.86% from 255 or 3.14% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #D30EDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30EDD is #2CF122. Grayscale: #5F5F5F. Windows color (decimal): -2945315 or 14487251. OLE color: 14487251.
HSL color Cylindrical-coordinate representation of color #D30EDD: hue angle of 297.1º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D30EDD is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 14 | 221 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.13 |
| HSL | 297.1º | 0.88% | 0.46% | - |
| HSV(B) | 297.1º | 0.94% | 0.87% | - |
| XYZ | 40.07 | 19.38 | 70.04 | - |
| YUV | 96.5 | 198.27 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 14 | 221 | 0.05 | 0.94 | 0 | 0.13 | 297.1 | 0.88 | 0.46 |
| Hex | D3 | E | DD | 5 | 5E | 0 | D | 129 | 58 | 2E |
| Octal | 323 | 16 | 335 | 5 | 136 | 0 | 15 | 451 | 130 | 56 |
| Binary | 11010011 | 1110 | 11011101 | 101 | 1011110 | 0 | 1101 | 100101001 | 1011000 | 101110 |
Color Harmonies of #D30EDD
Complementary color
Monochromatic Colors of #D30EDD
Black with #D30EDD
Text Example
Text Example
White with #D30EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30EDD; }
p { color: rgb(211,14,221); }
H1.HeaderClassName
{
color: #D30EDD;
}
.AnyTagClassName
{
color: #D30EDD;
}
</style>
background-color css
<style>
a { background-color: #D30EDD; }
a { background-color: rgb(211,14,221); }
div.DivClassName
{
background-color: #D30EDD;
}
.BgClassName
{
background-color: #D30EDD;
}
</style>
border-color css
<style>
span { border-color: #D30EDD; }
span { border-color: rgb(211,14,221); }
td.TdClassName
{
border-color: #D30EDD;
}
.TagClassName
{
border-color: #D30EDD;
}
</style>