Shades of Deep Magenta #D30EE1
Tints of Deep Magenta #D30EE1
RGB
CMYK
RGB Variations
Color information
#D30EE1 (or 0xD30EE1) is known color: Deep Magenta. HEX triplet: D3, 0E and E1. RGB value is (211,14,225). Sum of RGB (Red+Green+Blue) = 211+14+225=450 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.89% from 450); Green value is 14 (5.86% from 255 or 3.11% from 450); Blue value is 225 (88.28% from 255 or 50% from 450); Max value from RGB is 225 - color contains mainly: blue. Hex color #D30EE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30EE1 is #2CF11E. Grayscale: #606060. Windows color (decimal): -2945311 or 14749395. OLE color: 14749395.
HSL color Cylindrical-coordinate representation of color #D30EE1: hue angle of 296.02º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D30EE1 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 14 | 225 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.12 |
| HSL | 296.02º | 0.88% | 0.47% | - |
| HSV(B) | 296.02º | 0.94% | 0.88% | - |
| XYZ | 40.61 | 19.6 | 72.88 | - |
| YUV | 96.96 | 200.27 | 209.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 14 | 225 | 0.06 | 0.94 | 0 | 0.12 | 296.02 | 0.88 | 0.47 |
| Hex | D3 | E | E1 | 6 | 5E | 0 | C | 128 | 58 | 2F |
| Octal | 323 | 16 | 341 | 6 | 136 | 0 | 14 | 450 | 130 | 57 |
| Binary | 11010011 | 1110 | 11100001 | 110 | 1011110 | 0 | 1100 | 100101000 | 1011000 | 101111 |
Color Harmonies of #D30EE1
Complementary color
Monochromatic Colors of #D30EE1
Black with #D30EE1
Text Example
Text Example
White with #D30EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30EE1; }
p { color: rgb(211,14,225); }
H1.HeaderClassName
{
color: #D30EE1;
}
.AnyTagClassName
{
color: #D30EE1;
}
</style>
background-color css
<style>
a { background-color: #D30EE1; }
a { background-color: rgb(211,14,225); }
div.DivClassName
{
background-color: #D30EE1;
}
.BgClassName
{
background-color: #D30EE1;
}
</style>
border-color css
<style>
span { border-color: #D30EE1; }
span { border-color: rgb(211,14,225); }
td.TdClassName
{
border-color: #D30EE1;
}
.TagClassName
{
border-color: #D30EE1;
}
</style>