Shades of Deep Magenta #D91DBD
Tints of Deep Magenta #D91DBD
RGB
CMYK
RGB Variations
Color information
#D91DBD (or 0xD91DBD) is known color: Deep Magenta. HEX triplet: D9, 1D and BD. RGB value is (217,29,189). Sum of RGB (Red+Green+Blue) = 217+29+189=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 29 (11.72% from 255 or 6.67% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D91DBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91DBD is #26E242. Grayscale: #676767. Windows color (decimal): -2548291 or 12393945. OLE color: 12393945.
HSL color Cylindrical-coordinate representation of color #D91DBD: hue angle of 308.94º 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 #D91DBD is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 29 | 189 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.15 |
| HSL | 308.94º | 0.76% | 0.48% | - |
| HSV(B) | 308.94º | 0.87% | 0.85% | - |
| XYZ | 38.24 | 19.3 | 49.85 | - |
| YUV | 103.45 | 176.28 | 208.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 29 | 189 | 0 | 0.87 | 0.13 | 0.15 | 308.94 | 0.76 | 0.48 |
| Hex | D9 | 1D | BD | 0 | 57 | D | F | 135 | 4C | 30 |
| Octal | 331 | 35 | 275 | 0 | 127 | 15 | 17 | 465 | 114 | 60 |
| Binary | 11011001 | 11101 | 10111101 | 0 | 1010111 | 1101 | 1111 | 100110101 | 1001100 | 110000 |
Color Harmonies of #D91DBD
Complementary color
Monochromatic Colors of #D91DBD
Black with #D91DBD
Text Example
Text Example
White with #D91DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91DBD; }
p { color: rgb(217,29,189); }
H1.HeaderClassName
{
color: #D91DBD;
}
.AnyTagClassName
{
color: #D91DBD;
}
</style>
background-color css
<style>
a { background-color: #D91DBD; }
a { background-color: rgb(217,29,189); }
div.DivClassName
{
background-color: #D91DBD;
}
.BgClassName
{
background-color: #D91DBD;
}
</style>
border-color css
<style>
span { border-color: #D91DBD; }
span { border-color: rgb(217,29,189); }
td.TdClassName
{
border-color: #D91DBD;
}
.TagClassName
{
border-color: #D91DBD;
}
</style>