Shades of Deep Magenta #D91EC7
Tints of Deep Magenta #D91EC7
RGB
CMYK
RGB Variations
Color information
#D91EC7 (or 0xD91EC7) is known color: Deep Magenta. HEX triplet: D9, 1E and C7. RGB value is (217,30,199). Sum of RGB (Red+Green+Blue) = 217+30+199=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 30 (12.11% from 255 or 6.73% from 446); Blue value is 199 (78.12% from 255 or 44.62% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D91EC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91EC7 is #26E138. Grayscale: #686868. Windows color (decimal): -2548025 or 13049561. OLE color: 13049561.
HSL color Cylindrical-coordinate representation of color #D91EC7: hue angle of 305.78º 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 #D91EC7 is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 30 | 199 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.15 |
| HSL | 305.78º | 0.76% | 0.48% | - |
| HSV(B) | 305.78º | 0.86% | 0.85% | - |
| XYZ | 39.39 | 19.8 | 55.78 | - |
| YUV | 105.18 | 180.95 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 30 | 199 | 0 | 0.86 | 0.08 | 0.15 | 305.78 | 0.76 | 0.48 |
| Hex | D9 | 1E | C7 | 0 | 56 | 8 | F | 132 | 4C | 30 |
| Octal | 331 | 36 | 307 | 0 | 126 | 10 | 17 | 462 | 114 | 60 |
| Binary | 11011001 | 11110 | 11000111 | 0 | 1010110 | 1000 | 1111 | 100110010 | 1001100 | 110000 |
Color Harmonies of #D91EC7
Complementary color
Monochromatic Colors of #D91EC7
Black with #D91EC7
Text Example
Text Example
White with #D91EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91EC7; }
p { color: rgb(217,30,199); }
H1.HeaderClassName
{
color: #D91EC7;
}
.AnyTagClassName
{
color: #D91EC7;
}
</style>
background-color css
<style>
a { background-color: #D91EC7; }
a { background-color: rgb(217,30,199); }
div.DivClassName
{
background-color: #D91EC7;
}
.BgClassName
{
background-color: #D91EC7;
}
</style>
border-color css
<style>
span { border-color: #D91EC7; }
span { border-color: rgb(217,30,199); }
td.TdClassName
{
border-color: #D91EC7;
}
.TagClassName
{
border-color: #D91EC7;
}
</style>