Shades of Deep Magenta #D917D6
Tints of Deep Magenta #D917D6
RGB
CMYK
RGB Variations
Color information
#D917D6 (or 0xD917D6) is known color: Deep Magenta. HEX triplet: D9, 17 and D6. RGB value is (217,23,214). Sum of RGB (Red+Green+Blue) = 217+23+214=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 23 (9.38% from 255 or 5.07% from 454); Blue value is 214 (83.98% from 255 or 47.14% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D917D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D917D6 is #26E829. Grayscale: #666666. Windows color (decimal): -2549802 or 14030809. OLE color: 14030809.
HSL color Cylindrical-coordinate representation of color #D917D6: hue angle of 300.93º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D917D6 is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 23 | 214 | - |
| CMYK | 0 | 0.89 | 0.01 | 0.15 |
| HSL | 300.93º | 0.81% | 0.47% | - |
| HSV(B) | 300.93º | 0.89% | 0.85% | - |
| XYZ | 41.06 | 20.22 | 65.36 | - |
| YUV | 102.78 | 190.77 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 23 | 214 | 0 | 0.89 | 0.01 | 0.15 | 300.93 | 0.81 | 0.47 |
| Hex | D9 | 17 | D6 | 0 | 59 | 1 | F | 12D | 51 | 2F |
| Octal | 331 | 27 | 326 | 0 | 131 | 1 | 17 | 455 | 121 | 57 |
| Binary | 11011001 | 10111 | 11010110 | 0 | 1011001 | 1 | 1111 | 100101101 | 1010001 | 101111 |
Color Harmonies of #D917D6
Complementary color
Monochromatic Colors of #D917D6
Black with #D917D6
Text Example
Text Example
White with #D917D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D917D6; }
p { color: rgb(217,23,214); }
H1.HeaderClassName
{
color: #D917D6;
}
.AnyTagClassName
{
color: #D917D6;
}
</style>
background-color css
<style>
a { background-color: #D917D6; }
a { background-color: rgb(217,23,214); }
div.DivClassName
{
background-color: #D917D6;
}
.BgClassName
{
background-color: #D917D6;
}
</style>
border-color css
<style>
span { border-color: #D917D6; }
span { border-color: rgb(217,23,214); }
td.TdClassName
{
border-color: #D917D6;
}
.TagClassName
{
border-color: #D917D6;
}
</style>