Shades of Deep Magenta #D30EC1
Tints of Deep Magenta #D30EC1
RGB
CMYK
RGB Variations
Color information
#D30EC1 (or 0xD30EC1) is known color: Deep Magenta. HEX triplet: D3, 0E and C1. RGB value is (211,14,193). Sum of RGB (Red+Green+Blue) = 211+14+193=418 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.48% from 418); Green value is 14 (5.86% from 255 or 3.35% from 418); Blue value is 193 (75.78% from 255 or 46.17% from 418); Max value from RGB is 211 - color contains mainly: red. Hex color #D30EC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30EC1 is #2CF13E. Grayscale: #5C5C5C. Windows color (decimal): -2945343 or 12652243. OLE color: 12652243.
HSL color Cylindrical-coordinate representation of color #D30EC1: hue angle of 305.48º 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 #D30EC1 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 14 | 193 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.17 |
| HSL | 305.48º | 0.88% | 0.44% | - |
| HSV(B) | 305.48º | 0.93% | 0.83% | - |
| XYZ | 36.65 | 18.01 | 52 | - |
| YUV | 93.31 | 184.27 | 211.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 14 | 193 | 0 | 0.93 | 0.09 | 0.17 | 305.48 | 0.88 | 0.44 |
| Hex | D3 | E | C1 | 0 | 5D | 9 | 11 | 131 | 58 | 2C |
| Octal | 323 | 16 | 301 | 0 | 135 | 11 | 21 | 461 | 130 | 54 |
| Binary | 11010011 | 1110 | 11000001 | 0 | 1011101 | 1001 | 10001 | 100110001 | 1011000 | 101100 |
Color Harmonies of #D30EC1
Complementary color
Monochromatic Colors of #D30EC1
Black with #D30EC1
Text Example
Text Example
White with #D30EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30EC1; }
p { color: rgb(211,14,193); }
H1.HeaderClassName
{
color: #D30EC1;
}
.AnyTagClassName
{
color: #D30EC1;
}
</style>
background-color css
<style>
a { background-color: #D30EC1; }
a { background-color: rgb(211,14,193); }
div.DivClassName
{
background-color: #D30EC1;
}
.BgClassName
{
background-color: #D30EC1;
}
</style>
border-color css
<style>
span { border-color: #D30EC1; }
span { border-color: rgb(211,14,193); }
td.TdClassName
{
border-color: #D30EC1;
}
.TagClassName
{
border-color: #D30EC1;
}
</style>