Shades of Deep Magenta #D91ABD
Tints of Deep Magenta #D91ABD
RGB
CMYK
RGB Variations
Color information
#D91ABD (or 0xD91ABD) is known color: Deep Magenta. HEX triplet: D9, 1A and BD. RGB value is (217,26,189). Sum of RGB (Red+Green+Blue) = 217+26+189=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 26 (10.55% from 255 or 6.02% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D91ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91ABD is #26E542. Grayscale: #656565. Windows color (decimal): -2549059 or 12393177. OLE color: 12393177.
HSL color Cylindrical-coordinate representation of color #D91ABD: hue angle of 308.8º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D91ABD is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 26 | 189 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.15 |
| HSL | 308.8º | 0.79% | 0.48% | - |
| HSV(B) | 308.8º | 0.88% | 0.85% | - |
| XYZ | 38.17 | 19.16 | 49.83 | - |
| YUV | 101.69 | 177.28 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 26 | 189 | 0 | 0.88 | 0.13 | 0.15 | 308.8 | 0.79 | 0.48 |
| Hex | D9 | 1A | BD | 0 | 58 | D | F | 135 | 4F | 30 |
| Octal | 331 | 32 | 275 | 0 | 130 | 15 | 17 | 465 | 117 | 60 |
| Binary | 11011001 | 11010 | 10111101 | 0 | 1011000 | 1101 | 1111 | 100110101 | 1001111 | 110000 |
Color Harmonies of #D91ABD
Complementary color
Monochromatic Colors of #D91ABD
Black with #D91ABD
Text Example
Text Example
White with #D91ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91ABD; }
p { color: rgb(217,26,189); }
H1.HeaderClassName
{
color: #D91ABD;
}
.AnyTagClassName
{
color: #D91ABD;
}
</style>
background-color css
<style>
a { background-color: #D91ABD; }
a { background-color: rgb(217,26,189); }
div.DivClassName
{
background-color: #D91ABD;
}
.BgClassName
{
background-color: #D91ABD;
}
</style>
border-color css
<style>
span { border-color: #D91ABD; }
span { border-color: rgb(217,26,189); }
td.TdClassName
{
border-color: #D91ABD;
}
.TagClassName
{
border-color: #D91ABD;
}
</style>