Shades of Deep Magenta #D30EBC
Tints of Deep Magenta #D30EBC
RGB
CMYK
RGB Variations
Color information
#D30EBC (or 0xD30EBC) is known color: Deep Magenta. HEX triplet: D3, 0E and BC. RGB value is (211,14,188). Sum of RGB (Red+Green+Blue) = 211+14+188=413 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.09% from 413); Green value is 14 (5.86% from 255 or 3.39% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 211 - color contains mainly: red. Hex color #D30EBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30EBC is #2CF143. Grayscale: #5C5C5C. Windows color (decimal): -2945348 or 12324563. OLE color: 12324563.
HSL color Cylindrical-coordinate representation of color #D30EBC: hue angle of 307.01º 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 #D30EBC is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 14 | 188 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.17 |
| HSL | 307.01º | 0.88% | 0.44% | - |
| HSV(B) | 307.01º | 0.93% | 0.83% | - |
| XYZ | 36.1 | 17.79 | 49.11 | - |
| YUV | 92.74 | 181.77 | 212.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 14 | 188 | 0 | 0.93 | 0.11 | 0.17 | 307.01 | 0.88 | 0.44 |
| Hex | D3 | E | BC | 0 | 5D | B | 11 | 133 | 58 | 2C |
| Octal | 323 | 16 | 274 | 0 | 135 | 13 | 21 | 463 | 130 | 54 |
| Binary | 11010011 | 1110 | 10111100 | 0 | 1011101 | 1011 | 10001 | 100110011 | 1011000 | 101100 |
Color Harmonies of #D30EBC
Complementary color
Monochromatic Colors of #D30EBC
Black with #D30EBC
Text Example
Text Example
White with #D30EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30EBC; }
p { color: rgb(211,14,188); }
H1.HeaderClassName
{
color: #D30EBC;
}
.AnyTagClassName
{
color: #D30EBC;
}
</style>
background-color css
<style>
a { background-color: #D30EBC; }
a { background-color: rgb(211,14,188); }
div.DivClassName
{
background-color: #D30EBC;
}
.BgClassName
{
background-color: #D30EBC;
}
</style>
border-color css
<style>
span { border-color: #D30EBC; }
span { border-color: rgb(211,14,188); }
td.TdClassName
{
border-color: #D30EBC;
}
.TagClassName
{
border-color: #D30EBC;
}
</style>