Shades of Deep Magenta #D910D2
Tints of Deep Magenta #D910D2
RGB
CMYK
RGB Variations
Color information
#D910D2 (or 0xD910D2) is known color: Deep Magenta. HEX triplet: D9, 10 and D2. RGB value is (217,16,210). Sum of RGB (Red+Green+Blue) = 217+16+210=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 16 (6.64% from 255 or 3.61% from 443); Blue value is 210 (82.42% from 255 or 47.40% from 443); Max value from RGB is 217 - color contains mainly: red. Hex color #D910D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D910D2 is #26EF2D. Grayscale: #616161. Windows color (decimal): -2551598 or 13766873. OLE color: 13766873.
HSL color Cylindrical-coordinate representation of color #D910D2: hue angle of 302.09º 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 #D910D2 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 16 | 210 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.15 |
| HSL | 302.09º | 0.86% | 0.46% | - |
| HSV(B) | 302.09º | 0.93% | 0.85% | - |
| XYZ | 40.43 | 19.78 | 62.66 | - |
| YUV | 98.22 | 191.09 | 212.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 16 | 210 | 0 | 0.93 | 0.03 | 0.15 | 302.09 | 0.86 | 0.46 |
| Hex | D9 | 10 | D2 | 0 | 5D | 3 | F | 12E | 56 | 2E |
| Octal | 331 | 20 | 322 | 0 | 135 | 3 | 17 | 456 | 126 | 56 |
| Binary | 11011001 | 10000 | 11010010 | 0 | 1011101 | 11 | 1111 | 100101110 | 1010110 | 101110 |
Color Harmonies of #D910D2
Complementary color
Monochromatic Colors of #D910D2
Black with #D910D2
Text Example
Text Example
White with #D910D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D910D2; }
p { color: rgb(217,16,210); }
H1.HeaderClassName
{
color: #D910D2;
}
.AnyTagClassName
{
color: #D910D2;
}
</style>
background-color css
<style>
a { background-color: #D910D2; }
a { background-color: rgb(217,16,210); }
div.DivClassName
{
background-color: #D910D2;
}
.BgClassName
{
background-color: #D910D2;
}
</style>
border-color css
<style>
span { border-color: #D910D2; }
span { border-color: rgb(217,16,210); }
td.TdClassName
{
border-color: #D910D2;
}
.TagClassName
{
border-color: #D910D2;
}
</style>