Shades of Deep Magenta #D10FDB
Tints of Deep Magenta #D10FDB
RGB
CMYK
RGB Variations
Color information
#D10FDB (or 0xD10FDB) is known color: Deep Magenta. HEX triplet: D1, 0F and DB. RGB value is (209,15,219). Sum of RGB (Red+Green+Blue) = 209+15+219=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 15 (6.25% from 255 or 3.39% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #D10FDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10FDB is #2EF024. Grayscale: #5F5F5F. Windows color (decimal): -3076133 or 14356433. OLE color: 14356433.
HSL color Cylindrical-coordinate representation of color #D10FDB: hue angle of 297.06º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D10FDB is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 15 | 219 | - |
| CMYK | 0.05 | 0.93 | 0 | 0.14 |
| HSL | 297.06º | 0.87% | 0.46% | - |
| HSV(B) | 297.06º | 0.93% | 0.86% | - |
| XYZ | 39.25 | 19.01 | 68.62 | - |
| YUV | 96.26 | 197.27 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 15 | 219 | 0.05 | 0.93 | 0 | 0.14 | 297.06 | 0.87 | 0.46 |
| Hex | D1 | F | DB | 5 | 5D | 0 | E | 129 | 57 | 2E |
| Octal | 321 | 17 | 333 | 5 | 135 | 0 | 16 | 451 | 127 | 56 |
| Binary | 11010001 | 1111 | 11011011 | 101 | 1011101 | 0 | 1110 | 100101001 | 1010111 | 101110 |
Color Harmonies of #D10FDB
Complementary color
Monochromatic Colors of #D10FDB
Black with #D10FDB
Text Example
Text Example
White with #D10FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10FDB; }
p { color: rgb(209,15,219); }
H1.HeaderClassName
{
color: #D10FDB;
}
.AnyTagClassName
{
color: #D10FDB;
}
</style>
background-color css
<style>
a { background-color: #D10FDB; }
a { background-color: rgb(209,15,219); }
div.DivClassName
{
background-color: #D10FDB;
}
.BgClassName
{
background-color: #D10FDB;
}
</style>
border-color css
<style>
span { border-color: #D10FDB; }
span { border-color: rgb(209,15,219); }
td.TdClassName
{
border-color: #D10FDB;
}
.TagClassName
{
border-color: #D10FDB;
}
</style>