Shades of Deep Magenta #D91CBB
Tints of Deep Magenta #D91CBB
RGB
CMYK
RGB Variations
Color information
#D91CBB (or 0xD91CBB) is known color: Deep Magenta. HEX triplet: D9, 1C and BB. RGB value is (217,28,187). Sum of RGB (Red+Green+Blue) = 217+28+187=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 28 (11.33% from 255 or 6.48% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D91CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91CBB is #26E344. Grayscale: #666666. Windows color (decimal): -2548549 or 12262617. OLE color: 12262617.
HSL color Cylindrical-coordinate representation of color #D91CBB: hue angle of 309.52º degrees, saturation: 0.77, 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 #D91CBB is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 28 | 187 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.15 |
| HSL | 309.52º | 0.77% | 0.48% | - |
| HSV(B) | 309.52º | 0.87% | 0.85% | - |
| XYZ | 38 | 19.17 | 48.71 | - |
| YUV | 102.64 | 175.62 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 28 | 187 | 0 | 0.87 | 0.14 | 0.15 | 309.52 | 0.77 | 0.48 |
| Hex | D9 | 1C | BB | 0 | 57 | E | F | 136 | 4D | 30 |
| Octal | 331 | 34 | 273 | 0 | 127 | 16 | 17 | 466 | 115 | 60 |
| Binary | 11011001 | 11100 | 10111011 | 0 | 1010111 | 1110 | 1111 | 100110110 | 1001101 | 110000 |
Color Harmonies of #D91CBB
Complementary color
Monochromatic Colors of #D91CBB
Black with #D91CBB
Text Example
Text Example
White with #D91CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91CBB; }
p { color: rgb(217,28,187); }
H1.HeaderClassName
{
color: #D91CBB;
}
.AnyTagClassName
{
color: #D91CBB;
}
</style>
background-color css
<style>
a { background-color: #D91CBB; }
a { background-color: rgb(217,28,187); }
div.DivClassName
{
background-color: #D91CBB;
}
.BgClassName
{
background-color: #D91CBB;
}
</style>
border-color css
<style>
span { border-color: #D91CBB; }
span { border-color: rgb(217,28,187); }
td.TdClassName
{
border-color: #D91CBB;
}
.TagClassName
{
border-color: #D91CBB;
}
</style>