Shades of Deep Magenta #D91ABC
Tints of Deep Magenta #D91ABC
RGB
CMYK
RGB Variations
Color information
#D91ABC (or 0xD91ABC) is known color: Deep Magenta. HEX triplet: D9, 1A and BC. RGB value is (217,26,188). Sum of RGB (Red+Green+Blue) = 217+26+188=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 26 (10.55% from 255 or 6.03% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D91ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91ABC is #26E543. Grayscale: #656565. Windows color (decimal): -2549060 or 12327641. OLE color: 12327641.
HSL color Cylindrical-coordinate representation of color #D91ABC: hue angle of 309.11º 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 #D91ABC is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 26 | 188 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.15 |
| HSL | 309.11º | 0.79% | 0.48% | - |
| HSV(B) | 309.11º | 0.88% | 0.85% | - |
| XYZ | 38.06 | 19.12 | 49.26 | - |
| YUV | 101.58 | 176.78 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 26 | 188 | 0 | 0.88 | 0.13 | 0.15 | 309.11 | 0.79 | 0.48 |
| Hex | D9 | 1A | BC | 0 | 58 | D | F | 135 | 4F | 30 |
| Octal | 331 | 32 | 274 | 0 | 130 | 15 | 17 | 465 | 117 | 60 |
| Binary | 11011001 | 11010 | 10111100 | 0 | 1011000 | 1101 | 1111 | 100110101 | 1001111 | 110000 |
Color Harmonies of #D91ABC
Complementary color
Monochromatic Colors of #D91ABC
Black with #D91ABC
Text Example
Text Example
White with #D91ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91ABC; }
p { color: rgb(217,26,188); }
H1.HeaderClassName
{
color: #D91ABC;
}
.AnyTagClassName
{
color: #D91ABC;
}
</style>
background-color css
<style>
a { background-color: #D91ABC; }
a { background-color: rgb(217,26,188); }
div.DivClassName
{
background-color: #D91ABC;
}
.BgClassName
{
background-color: #D91ABC;
}
</style>
border-color css
<style>
span { border-color: #D91ABC; }
span { border-color: rgb(217,26,188); }
td.TdClassName
{
border-color: #D91ABC;
}
.TagClassName
{
border-color: #D91ABC;
}
</style>