Shades of Deep Magenta #D91ED7
Tints of Deep Magenta #D91ED7
RGB
CMYK
RGB Variations
Color information
#D91ED7 (or 0xD91ED7) is known color: Deep Magenta. HEX triplet: D9, 1E and D7. RGB value is (217,30,215). Sum of RGB (Red+Green+Blue) = 217+30+215=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 30 (12.11% from 255 or 6.49% from 462); Blue value is 215 (84.38% from 255 or 46.54% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D91ED7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91ED7 is #26E128. Grayscale: #6A6A6A. Windows color (decimal): -2548009 or 14098137. OLE color: 14098137.
HSL color Cylindrical-coordinate representation of color #D91ED7: hue angle of 300.64º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D91ED7 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 30 | 215 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.15 |
| HSL | 300.64º | 0.76% | 0.48% | - |
| HSV(B) | 300.64º | 0.86% | 0.85% | - |
| XYZ | 41.35 | 20.59 | 66.08 | - |
| YUV | 107 | 188.95 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 30 | 215 | 0 | 0.86 | 0.01 | 0.15 | 300.64 | 0.76 | 0.48 |
| Hex | D9 | 1E | D7 | 0 | 56 | 1 | F | 12D | 4C | 30 |
| Octal | 331 | 36 | 327 | 0 | 126 | 1 | 17 | 455 | 114 | 60 |
| Binary | 11011001 | 11110 | 11010111 | 0 | 1010110 | 1 | 1111 | 100101101 | 1001100 | 110000 |
Color Harmonies of #D91ED7
Complementary color
Monochromatic Colors of #D91ED7
Black with #D91ED7
Text Example
Text Example
White with #D91ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91ED7; }
p { color: rgb(217,30,215); }
H1.HeaderClassName
{
color: #D91ED7;
}
.AnyTagClassName
{
color: #D91ED7;
}
</style>
background-color css
<style>
a { background-color: #D91ED7; }
a { background-color: rgb(217,30,215); }
div.DivClassName
{
background-color: #D91ED7;
}
.BgClassName
{
background-color: #D91ED7;
}
</style>
border-color css
<style>
span { border-color: #D91ED7; }
span { border-color: rgb(217,30,215); }
td.TdClassName
{
border-color: #D91ED7;
}
.TagClassName
{
border-color: #D91ED7;
}
</style>