Shades of Deep Magenta #D30ECE
Tints of Deep Magenta #D30ECE
RGB
CMYK
RGB Variations
Color information
#D30ECE (or 0xD30ECE) is known color: Deep Magenta. HEX triplet: D3, 0E and CE. RGB value is (211,14,206). Sum of RGB (Red+Green+Blue) = 211+14+206=431 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.96% from 431); Green value is 14 (5.86% from 255 or 3.25% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 211 - color contains mainly: red. Hex color #D30ECE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30ECE is #2CF131. Grayscale: #5E5E5E. Windows color (decimal): -2945330 or 13504211. OLE color: 13504211.
HSL color Cylindrical-coordinate representation of color #D30ECE: hue angle of 301.52º 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 #D30ECE is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 14 | 206 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.17 |
| HSL | 301.52º | 0.88% | 0.44% | - |
| HSV(B) | 301.52º | 0.93% | 0.83% | - |
| XYZ | 38.16 | 18.62 | 59.98 | - |
| YUV | 94.79 | 190.77 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 14 | 206 | 0 | 0.93 | 0.02 | 0.17 | 301.52 | 0.88 | 0.44 |
| Hex | D3 | E | CE | 0 | 5D | 2 | 11 | 12E | 58 | 2C |
| Octal | 323 | 16 | 316 | 0 | 135 | 2 | 21 | 456 | 130 | 54 |
| Binary | 11010011 | 1110 | 11001110 | 0 | 1011101 | 10 | 10001 | 100101110 | 1011000 | 101100 |
Color Harmonies of #D30ECE
Complementary color
Monochromatic Colors of #D30ECE
Black with #D30ECE
Text Example
Text Example
White with #D30ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30ECE; }
p { color: rgb(211,14,206); }
H1.HeaderClassName
{
color: #D30ECE;
}
.AnyTagClassName
{
color: #D30ECE;
}
</style>
background-color css
<style>
a { background-color: #D30ECE; }
a { background-color: rgb(211,14,206); }
div.DivClassName
{
background-color: #D30ECE;
}
.BgClassName
{
background-color: #D30ECE;
}
</style>
border-color css
<style>
span { border-color: #D30ECE; }
span { border-color: rgb(211,14,206); }
td.TdClassName
{
border-color: #D30ECE;
}
.TagClassName
{
border-color: #D30ECE;
}
</style>