Shades of Deep Magenta #D10DB0
Tints of Deep Magenta #D10DB0
RGB
CMYK
RGB Variations
Color information
#D10DB0 (or 0xD10DB0) is known color: Deep Magenta. HEX triplet: D1, 0D and B0. RGB value is (209,13,176). Sum of RGB (Red+Green+Blue) = 209+13+176=398 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.51% from 398); Green value is 13 (5.47% from 255 or 3.27% from 398); Blue value is 176 (69.14% from 255 or 44.22% from 398); Max value from RGB is 209 - color contains mainly: red. Hex color #D10DB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10DB0 is #2EF24F. Grayscale: #595959. Windows color (decimal): -3076688 or 11537873. OLE color: 11537873.
HSL color Cylindrical-coordinate representation of color #D10DB0: hue angle of 310.1º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10DB0 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 13 | 176 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.18 |
| HSL | 310.1º | 0.88% | 0.44% | - |
| HSV(B) | 310.1º | 0.94% | 0.82% | - |
| XYZ | 34.27 | 16.98 | 42.54 | - |
| YUV | 90.19 | 176.43 | 212.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 13 | 176 | 0 | 0.94 | 0.16 | 0.18 | 310.1 | 0.88 | 0.44 |
| Hex | D1 | D | B0 | 0 | 5E | 10 | 12 | 136 | 58 | 2C |
| Octal | 321 | 15 | 260 | 0 | 136 | 20 | 22 | 466 | 130 | 54 |
| Binary | 11010001 | 1101 | 10110000 | 0 | 1011110 | 10000 | 10010 | 100110110 | 1011000 | 101100 |
Color Harmonies of #D10DB0
Complementary color
Monochromatic Colors of #D10DB0
Black with #D10DB0
Text Example
Text Example
White with #D10DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10DB0; }
p { color: rgb(209,13,176); }
H1.HeaderClassName
{
color: #D10DB0;
}
.AnyTagClassName
{
color: #D10DB0;
}
</style>
background-color css
<style>
a { background-color: #D10DB0; }
a { background-color: rgb(209,13,176); }
div.DivClassName
{
background-color: #D10DB0;
}
.BgClassName
{
background-color: #D10DB0;
}
</style>
border-color css
<style>
span { border-color: #D10DB0; }
span { border-color: rgb(209,13,176); }
td.TdClassName
{
border-color: #D10DB0;
}
.TagClassName
{
border-color: #D10DB0;
}
</style>