Shades of Deep Magenta #D91DD5
Tints of Deep Magenta #D91DD5
RGB
CMYK
RGB Variations
Color information
#D91DD5 (or 0xD91DD5) is known color: Deep Magenta. HEX triplet: D9, 1D and D5. RGB value is (217,29,213). Sum of RGB (Red+Green+Blue) = 217+29+213=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 29 (11.72% from 255 or 6.32% from 459); Blue value is 213 (83.59% from 255 or 46.41% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D91DD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91DD5 is #26E22A. Grayscale: #696969. Windows color (decimal): -2548267 or 13966809. OLE color: 13966809.
HSL color Cylindrical-coordinate representation of color #D91DD5: hue angle of 301.28º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D91DD5 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 29 | 213 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.15 |
| HSL | 301.28º | 0.76% | 0.48% | - |
| HSV(B) | 301.28º | 0.87% | 0.85% | - |
| XYZ | 41.06 | 20.43 | 64.73 | - |
| YUV | 106.19 | 188.28 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 29 | 213 | 0 | 0.87 | 0.02 | 0.15 | 301.28 | 0.76 | 0.48 |
| Hex | D9 | 1D | D5 | 0 | 57 | 2 | F | 12D | 4C | 30 |
| Octal | 331 | 35 | 325 | 0 | 127 | 2 | 17 | 455 | 114 | 60 |
| Binary | 11011001 | 11101 | 11010101 | 0 | 1010111 | 10 | 1111 | 100101101 | 1001100 | 110000 |
Color Harmonies of #D91DD5
Complementary color
Monochromatic Colors of #D91DD5
Black with #D91DD5
Text Example
Text Example
White with #D91DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91DD5; }
p { color: rgb(217,29,213); }
H1.HeaderClassName
{
color: #D91DD5;
}
.AnyTagClassName
{
color: #D91DD5;
}
</style>
background-color css
<style>
a { background-color: #D91DD5; }
a { background-color: rgb(217,29,213); }
div.DivClassName
{
background-color: #D91DD5;
}
.BgClassName
{
background-color: #D91DD5;
}
</style>
border-color css
<style>
span { border-color: #D91DD5; }
span { border-color: rgb(217,29,213); }
td.TdClassName
{
border-color: #D91DD5;
}
.TagClassName
{
border-color: #D91DD5;
}
</style>