Shades of Deep Magenta #D910D1
Tints of Deep Magenta #D910D1
RGB
CMYK
RGB Variations
Color information
#D910D1 (or 0xD910D1) is known color: Deep Magenta. HEX triplet: D9, 10 and D1. RGB value is (217,16,209). Sum of RGB (Red+Green+Blue) = 217+16+209=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 16 (6.64% from 255 or 3.62% from 442); Blue value is 209 (82.03% from 255 or 47.29% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D910D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D910D1 is #26EF2E. Grayscale: #616161. Windows color (decimal): -2551599 or 13701337. OLE color: 13701337.
HSL color Cylindrical-coordinate representation of color #D910D1: hue angle of 302.39º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D910D1 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 16 | 209 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.15 |
| HSL | 302.39º | 0.86% | 0.46% | - |
| HSV(B) | 302.39º | 0.93% | 0.85% | - |
| XYZ | 40.31 | 19.73 | 62 | - |
| YUV | 98.1 | 190.59 | 212.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 16 | 209 | 0 | 0.93 | 0.04 | 0.15 | 302.39 | 0.86 | 0.46 |
| Hex | D9 | 10 | D1 | 0 | 5D | 4 | F | 12E | 56 | 2E |
| Octal | 331 | 20 | 321 | 0 | 135 | 4 | 17 | 456 | 126 | 56 |
| Binary | 11011001 | 10000 | 11010001 | 0 | 1011101 | 100 | 1111 | 100101110 | 1010110 | 101110 |
Color Harmonies of #D910D1
Complementary color
Monochromatic Colors of #D910D1
Black with #D910D1
Text Example
Text Example
White with #D910D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D910D1; }
p { color: rgb(217,16,209); }
H1.HeaderClassName
{
color: #D910D1;
}
.AnyTagClassName
{
color: #D910D1;
}
</style>
background-color css
<style>
a { background-color: #D910D1; }
a { background-color: rgb(217,16,209); }
div.DivClassName
{
background-color: #D910D1;
}
.BgClassName
{
background-color: #D910D1;
}
</style>
border-color css
<style>
span { border-color: #D910D1; }
span { border-color: rgb(217,16,209); }
td.TdClassName
{
border-color: #D910D1;
}
.TagClassName
{
border-color: #D910D1;
}
</style>