Shades of Deep Magenta #D20EBC
Tints of Deep Magenta #D20EBC
RGB
CMYK
RGB Variations
Color information
#D20EBC (or 0xD20EBC) is known color: Deep Magenta. HEX triplet: D2, 0E and BC. RGB value is (210,14,188). Sum of RGB (Red+Green+Blue) = 210+14+188=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 14 (5.86% from 255 or 3.40% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D20EBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20EBC is #2DF143. Grayscale: #5B5B5B. Windows color (decimal): -3010884 or 12324562. OLE color: 12324562.
HSL color Cylindrical-coordinate representation of color #D20EBC: hue angle of 306.73º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D20EBC is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 14 | 188 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.18 |
| HSL | 306.73º | 0.88% | 0.44% | - |
| HSV(B) | 306.73º | 0.93% | 0.82% | - |
| XYZ | 35.81 | 17.65 | 49.1 | - |
| YUV | 92.44 | 181.93 | 211.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 14 | 188 | 0 | 0.93 | 0.10 | 0.18 | 306.73 | 0.88 | 0.44 |
| Hex | D2 | E | BC | 0 | 5D | A | 12 | 133 | 58 | 2C |
| Octal | 322 | 16 | 274 | 0 | 135 | 12 | 22 | 463 | 130 | 54 |
| Binary | 11010010 | 1110 | 10111100 | 0 | 1011101 | 1010 | 10010 | 100110011 | 1011000 | 101100 |
Color Harmonies of #D20EBC
Complementary color
Monochromatic Colors of #D20EBC
Black with #D20EBC
Text Example
Text Example
White with #D20EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20EBC; }
p { color: rgb(210,14,188); }
H1.HeaderClassName
{
color: #D20EBC;
}
.AnyTagClassName
{
color: #D20EBC;
}
</style>
background-color css
<style>
a { background-color: #D20EBC; }
a { background-color: rgb(210,14,188); }
div.DivClassName
{
background-color: #D20EBC;
}
.BgClassName
{
background-color: #D20EBC;
}
</style>
border-color css
<style>
span { border-color: #D20EBC; }
span { border-color: rgb(210,14,188); }
td.TdClassName
{
border-color: #D20EBC;
}
.TagClassName
{
border-color: #D20EBC;
}
</style>