Shades of Deep Magenta #D91DBC
Tints of Deep Magenta #D91DBC
RGB
CMYK
RGB Variations
Color information
#D91DBC (or 0xD91DBC) is known color: Deep Magenta. HEX triplet: D9, 1D and BC. RGB value is (217,29,188). Sum of RGB (Red+Green+Blue) = 217+29+188=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 29 (11.72% from 255 or 6.68% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D91DBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91DBC is #26E243. Grayscale: #666666. Windows color (decimal): -2548292 or 12328409. OLE color: 12328409.
HSL color Cylindrical-coordinate representation of color #D91DBC: hue angle of 309.26º 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 #D91DBC is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 29 | 188 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.15 |
| HSL | 309.26º | 0.76% | 0.48% | - |
| HSV(B) | 309.26º | 0.87% | 0.85% | - |
| XYZ | 38.13 | 19.26 | 49.28 | - |
| YUV | 103.34 | 175.78 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 29 | 188 | 0 | 0.87 | 0.13 | 0.15 | 309.26 | 0.76 | 0.48 |
| Hex | D9 | 1D | BC | 0 | 57 | D | F | 135 | 4C | 30 |
| Octal | 331 | 35 | 274 | 0 | 127 | 15 | 17 | 465 | 114 | 60 |
| Binary | 11011001 | 11101 | 10111100 | 0 | 1010111 | 1101 | 1111 | 100110101 | 1001100 | 110000 |
Color Harmonies of #D91DBC
Complementary color
Monochromatic Colors of #D91DBC
Black with #D91DBC
Text Example
Text Example
White with #D91DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91DBC; }
p { color: rgb(217,29,188); }
H1.HeaderClassName
{
color: #D91DBC;
}
.AnyTagClassName
{
color: #D91DBC;
}
</style>
background-color css
<style>
a { background-color: #D91DBC; }
a { background-color: rgb(217,29,188); }
div.DivClassName
{
background-color: #D91DBC;
}
.BgClassName
{
background-color: #D91DBC;
}
</style>
border-color css
<style>
span { border-color: #D91DBC; }
span { border-color: rgb(217,29,188); }
td.TdClassName
{
border-color: #D91DBC;
}
.TagClassName
{
border-color: #D91DBC;
}
</style>