Shades of Deep Magenta #D910D6
Tints of Deep Magenta #D910D6
RGB
CMYK
RGB Variations
Color information
#D910D6 (or 0xD910D6) is known color: Deep Magenta. HEX triplet: D9, 10 and D6. RGB value is (217,16,214). Sum of RGB (Red+Green+Blue) = 217+16+214=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 16 (6.64% from 255 or 3.58% from 447); Blue value is 214 (83.98% from 255 or 47.87% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D910D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D910D6 is #26EF29. Grayscale: #626262. Windows color (decimal): -2551594 or 14029017. OLE color: 14029017.
HSL color Cylindrical-coordinate representation of color #D910D6: hue angle of 300.9º 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 #D910D6 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 16 | 214 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.15 |
| HSL | 300.9º | 0.86% | 0.46% | - |
| HSV(B) | 300.9º | 0.93% | 0.85% | - |
| XYZ | 40.94 | 19.98 | 65.32 | - |
| YUV | 98.67 | 193.09 | 212.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 16 | 214 | 0 | 0.93 | 0.01 | 0.15 | 300.9 | 0.86 | 0.46 |
| Hex | D9 | 10 | D6 | 0 | 5D | 1 | F | 12D | 56 | 2E |
| Octal | 331 | 20 | 326 | 0 | 135 | 1 | 17 | 455 | 126 | 56 |
| Binary | 11011001 | 10000 | 11010110 | 0 | 1011101 | 1 | 1111 | 100101101 | 1010110 | 101110 |
Color Harmonies of #D910D6
Complementary color
Monochromatic Colors of #D910D6
Black with #D910D6
Text Example
Text Example
White with #D910D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D910D6; }
p { color: rgb(217,16,214); }
H1.HeaderClassName
{
color: #D910D6;
}
.AnyTagClassName
{
color: #D910D6;
}
</style>
background-color css
<style>
a { background-color: #D910D6; }
a { background-color: rgb(217,16,214); }
div.DivClassName
{
background-color: #D910D6;
}
.BgClassName
{
background-color: #D910D6;
}
</style>
border-color css
<style>
span { border-color: #D910D6; }
span { border-color: rgb(217,16,214); }
td.TdClassName
{
border-color: #D910D6;
}
.TagClassName
{
border-color: #D910D6;
}
</style>