Shades of Deep Magenta #D30EE0
Tints of Deep Magenta #D30EE0
RGB
CMYK
RGB Variations
Color information
#D30EE0 (or 0xD30EE0) is known color: Deep Magenta. HEX triplet: D3, 0E and E0. RGB value is (211,14,224). Sum of RGB (Red+Green+Blue) = 211+14+224=449 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.99% from 449); Green value is 14 (5.86% from 255 or 3.12% from 449); Blue value is 224 (87.89% from 255 or 49.89% from 449); Max value from RGB is 224 - color contains mainly: blue. Hex color #D30EE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30EE0 is #2CF11F. Grayscale: #606060. Windows color (decimal): -2945312 or 14683859. OLE color: 14683859.
HSL color Cylindrical-coordinate representation of color #D30EE0: hue angle of 296.29º 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 #D30EE0 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 14 | 224 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.12 |
| HSL | 296.29º | 0.88% | 0.47% | - |
| HSV(B) | 296.29º | 0.94% | 0.88% | - |
| XYZ | 40.48 | 19.54 | 72.16 | - |
| YUV | 96.84 | 199.77 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 14 | 224 | 0.06 | 0.94 | 0 | 0.12 | 296.29 | 0.88 | 0.47 |
| Hex | D3 | E | E0 | 6 | 5E | 0 | C | 128 | 58 | 2F |
| Octal | 323 | 16 | 340 | 6 | 136 | 0 | 14 | 450 | 130 | 57 |
| Binary | 11010011 | 1110 | 11100000 | 110 | 1011110 | 0 | 1100 | 100101000 | 1011000 | 101111 |
Color Harmonies of #D30EE0
Complementary color
Monochromatic Colors of #D30EE0
Black with #D30EE0
Text Example
Text Example
White with #D30EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30EE0; }
p { color: rgb(211,14,224); }
H1.HeaderClassName
{
color: #D30EE0;
}
.AnyTagClassName
{
color: #D30EE0;
}
</style>
background-color css
<style>
a { background-color: #D30EE0; }
a { background-color: rgb(211,14,224); }
div.DivClassName
{
background-color: #D30EE0;
}
.BgClassName
{
background-color: #D30EE0;
}
</style>
border-color css
<style>
span { border-color: #D30EE0; }
span { border-color: rgb(211,14,224); }
td.TdClassName
{
border-color: #D30EE0;
}
.TagClassName
{
border-color: #D30EE0;
}
</style>