Shades of Deep Magenta #D10EDB
Tints of Deep Magenta #D10EDB
RGB
CMYK
RGB Variations
Color information
#D10EDB (or 0xD10EDB) is known color: Deep Magenta. HEX triplet: D1, 0E and DB. RGB value is (209,14,219). Sum of RGB (Red+Green+Blue) = 209+14+219=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 14 (5.86% from 255 or 3.17% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #D10EDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10EDB is #2EF124. Grayscale: #5F5F5F. Windows color (decimal): -3076389 or 14356177. OLE color: 14356177.
HSL color Cylindrical-coordinate representation of color #D10EDB: hue angle of 297.07º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10EDB is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 14 | 219 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.14 |
| HSL | 297.07º | 0.88% | 0.46% | - |
| HSV(B) | 297.07º | 0.94% | 0.86% | - |
| XYZ | 39.24 | 18.98 | 68.61 | - |
| YUV | 95.68 | 197.6 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 14 | 219 | 0.05 | 0.94 | 0 | 0.14 | 297.07 | 0.88 | 0.46 |
| Hex | D1 | E | DB | 5 | 5E | 0 | E | 129 | 58 | 2E |
| Octal | 321 | 16 | 333 | 5 | 136 | 0 | 16 | 451 | 130 | 56 |
| Binary | 11010001 | 1110 | 11011011 | 101 | 1011110 | 0 | 1110 | 100101001 | 1011000 | 101110 |
Color Harmonies of #D10EDB
Complementary color
Monochromatic Colors of #D10EDB
Black with #D10EDB
Text Example
Text Example
White with #D10EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10EDB; }
p { color: rgb(209,14,219); }
H1.HeaderClassName
{
color: #D10EDB;
}
.AnyTagClassName
{
color: #D10EDB;
}
</style>
background-color css
<style>
a { background-color: #D10EDB; }
a { background-color: rgb(209,14,219); }
div.DivClassName
{
background-color: #D10EDB;
}
.BgClassName
{
background-color: #D10EDB;
}
</style>
border-color css
<style>
span { border-color: #D10EDB; }
span { border-color: rgb(209,14,219); }
td.TdClassName
{
border-color: #D10EDB;
}
.TagClassName
{
border-color: #D10EDB;
}
</style>