Shades of Deep Magenta #D91BBD
Tints of Deep Magenta #D91BBD
RGB
CMYK
RGB Variations
Color information
#D91BBD (or 0xD91BBD) is known color: Deep Magenta. HEX triplet: D9, 1B and BD. RGB value is (217,27,189). Sum of RGB (Red+Green+Blue) = 217+27+189=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 27 (10.94% from 255 or 6.24% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D91BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91BBD is #26E442. Grayscale: #656565. Windows color (decimal): -2548803 or 12393433. OLE color: 12393433.
HSL color Cylindrical-coordinate representation of color #D91BBD: hue angle of 308.84º degrees, saturation: 0.78, 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 #D91BBD is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 27 | 189 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.15 |
| HSL | 308.84º | 0.78% | 0.48% | - |
| HSV(B) | 308.84º | 0.88% | 0.85% | - |
| XYZ | 38.19 | 19.21 | 49.84 | - |
| YUV | 102.28 | 176.95 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 27 | 189 | 0 | 0.88 | 0.13 | 0.15 | 308.84 | 0.78 | 0.48 |
| Hex | D9 | 1B | BD | 0 | 58 | D | F | 135 | 4E | 30 |
| Octal | 331 | 33 | 275 | 0 | 130 | 15 | 17 | 465 | 116 | 60 |
| Binary | 11011001 | 11011 | 10111101 | 0 | 1011000 | 1101 | 1111 | 100110101 | 1001110 | 110000 |
Color Harmonies of #D91BBD
Complementary color
Monochromatic Colors of #D91BBD
Black with #D91BBD
Text Example
Text Example
White with #D91BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91BBD; }
p { color: rgb(217,27,189); }
H1.HeaderClassName
{
color: #D91BBD;
}
.AnyTagClassName
{
color: #D91BBD;
}
</style>
background-color css
<style>
a { background-color: #D91BBD; }
a { background-color: rgb(217,27,189); }
div.DivClassName
{
background-color: #D91BBD;
}
.BgClassName
{
background-color: #D91BBD;
}
</style>
border-color css
<style>
span { border-color: #D91BBD; }
span { border-color: rgb(217,27,189); }
td.TdClassName
{
border-color: #D91BBD;
}
.TagClassName
{
border-color: #D91BBD;
}
</style>