Shades of Deep Magenta #D91DBF
Tints of Deep Magenta #D91DBF
RGB
CMYK
RGB Variations
Color information
#D91DBF (or 0xD91DBF) is known color: Deep Magenta. HEX triplet: D9, 1D and BF. RGB value is (217,29,191). Sum of RGB (Red+Green+Blue) = 217+29+191=437 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.66% from 437); Green value is 29 (11.72% from 255 or 6.64% from 437); Blue value is 191 (75% from 255 or 43.71% from 437); Max value from RGB is 217 - color contains mainly: red. Hex color #D91DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91DBF is #26E240. Grayscale: #676767. Windows color (decimal): -2548289 or 12525017. OLE color: 12525017.
HSL color Cylindrical-coordinate representation of color #D91DBF: hue angle of 308.3º 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 #D91DBF is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 29 | 191 | - |
| CMYK | 0 | 0.87 | 0.12 | 0.15 |
| HSL | 308.3º | 0.76% | 0.48% | - |
| HSV(B) | 308.3º | 0.87% | 0.85% | - |
| XYZ | 38.46 | 19.39 | 51.01 | - |
| YUV | 103.68 | 177.28 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 29 | 191 | 0 | 0.87 | 0.12 | 0.15 | 308.3 | 0.76 | 0.48 |
| Hex | D9 | 1D | BF | 0 | 57 | C | F | 134 | 4C | 30 |
| Octal | 331 | 35 | 277 | 0 | 127 | 14 | 17 | 464 | 114 | 60 |
| Binary | 11011001 | 11101 | 10111111 | 0 | 1010111 | 1100 | 1111 | 100110100 | 1001100 | 110000 |
Color Harmonies of #D91DBF
Complementary color
Monochromatic Colors of #D91DBF
Black with #D91DBF
Text Example
Text Example
White with #D91DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91DBF; }
p { color: rgb(217,29,191); }
H1.HeaderClassName
{
color: #D91DBF;
}
.AnyTagClassName
{
color: #D91DBF;
}
</style>
background-color css
<style>
a { background-color: #D91DBF; }
a { background-color: rgb(217,29,191); }
div.DivClassName
{
background-color: #D91DBF;
}
.BgClassName
{
background-color: #D91DBF;
}
</style>
border-color css
<style>
span { border-color: #D91DBF; }
span { border-color: rgb(217,29,191); }
td.TdClassName
{
border-color: #D91DBF;
}
.TagClassName
{
border-color: #D91DBF;
}
</style>