Shades of Deep Magenta #D91EDD
Tints of Deep Magenta #D91EDD
RGB
CMYK
RGB Variations
Color information
#D91EDD (or 0xD91EDD) is known color: Deep Magenta. HEX triplet: D9, 1E and DD. RGB value is (217,30,221). Sum of RGB (Red+Green+Blue) = 217+30+221=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 30 (12.11% from 255 or 6.41% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #D91EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91EDD is #26E122. Grayscale: #6B6B6B. Windows color (decimal): -2548003 or 14491353. OLE color: 14491353.
HSL color Cylindrical-coordinate representation of color #D91EDD: hue angle of 298.74º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D91EDD is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 30 | 221 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.13 |
| HSL | 298.74º | 0.76% | 0.49% | - |
| HSV(B) | 298.74º | 0.86% | 0.87% | - |
| XYZ | 42.13 | 20.9 | 70.22 | - |
| YUV | 107.69 | 191.95 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 30 | 221 | 0.02 | 0.86 | 0 | 0.13 | 298.74 | 0.76 | 0.49 |
| Hex | D9 | 1E | DD | 2 | 56 | 0 | D | 12B | 4C | 31 |
| Octal | 331 | 36 | 335 | 2 | 126 | 0 | 15 | 453 | 114 | 61 |
| Binary | 11011001 | 11110 | 11011101 | 10 | 1010110 | 0 | 1101 | 100101011 | 1001100 | 110001 |
Color Harmonies of #D91EDD
Complementary color
Monochromatic Colors of #D91EDD
Black with #D91EDD
Text Example
Text Example
White with #D91EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91EDD; }
p { color: rgb(217,30,221); }
H1.HeaderClassName
{
color: #D91EDD;
}
.AnyTagClassName
{
color: #D91EDD;
}
</style>
background-color css
<style>
a { background-color: #D91EDD; }
a { background-color: rgb(217,30,221); }
div.DivClassName
{
background-color: #D91EDD;
}
.BgClassName
{
background-color: #D91EDD;
}
</style>
border-color css
<style>
span { border-color: #D91EDD; }
span { border-color: rgb(217,30,221); }
td.TdClassName
{
border-color: #D91EDD;
}
.TagClassName
{
border-color: #D91EDD;
}
</style>