Shades of Deep Magenta #D20EBE
Tints of Deep Magenta #D20EBE
RGB
CMYK
RGB Variations
Color information
#D20EBE (or 0xD20EBE) is known color: Deep Magenta. HEX triplet: D2, 0E and BE. RGB value is (210,14,190). Sum of RGB (Red+Green+Blue) = 210+14+190=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 14 (5.86% from 255 or 3.38% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D20EBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20EBE is #2DF141. Grayscale: #5C5C5C. Windows color (decimal): -3010882 or 12455634. OLE color: 12455634.
HSL color Cylindrical-coordinate representation of color #D20EBE: hue angle of 306.12º 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 #D20EBE is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 14 | 190 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.18 |
| HSL | 306.12º | 0.88% | 0.44% | - |
| HSV(B) | 306.12º | 0.93% | 0.82% | - |
| XYZ | 36.03 | 17.73 | 50.24 | - |
| YUV | 92.67 | 182.93 | 211.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 14 | 190 | 0 | 0.93 | 0.10 | 0.18 | 306.12 | 0.88 | 0.44 |
| Hex | D2 | E | BE | 0 | 5D | A | 12 | 132 | 58 | 2C |
| Octal | 322 | 16 | 276 | 0 | 135 | 12 | 22 | 462 | 130 | 54 |
| Binary | 11010010 | 1110 | 10111110 | 0 | 1011101 | 1010 | 10010 | 100110010 | 1011000 | 101100 |
Color Harmonies of #D20EBE
Complementary color
Monochromatic Colors of #D20EBE
Black with #D20EBE
Text Example
Text Example
White with #D20EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20EBE; }
p { color: rgb(210,14,190); }
H1.HeaderClassName
{
color: #D20EBE;
}
.AnyTagClassName
{
color: #D20EBE;
}
</style>
background-color css
<style>
a { background-color: #D20EBE; }
a { background-color: rgb(210,14,190); }
div.DivClassName
{
background-color: #D20EBE;
}
.BgClassName
{
background-color: #D20EBE;
}
</style>
border-color css
<style>
span { border-color: #D20EBE; }
span { border-color: rgb(210,14,190); }
td.TdClassName
{
border-color: #D20EBE;
}
.TagClassName
{
border-color: #D20EBE;
}
</style>