Shades of Deep Magenta #D91CBC
Tints of Deep Magenta #D91CBC
RGB
CMYK
RGB Variations
Color information
#D91CBC (or 0xD91CBC) is known color: Deep Magenta. HEX triplet: D9, 1C and BC. RGB value is (217,28,188). Sum of RGB (Red+Green+Blue) = 217+28+188=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 28 (11.33% from 255 or 6.47% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D91CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91CBC is #26E343. Grayscale: #666666. Windows color (decimal): -2548548 or 12328153. OLE color: 12328153.
HSL color Cylindrical-coordinate representation of color #D91CBC: hue angle of 309.21º 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 #D91CBC is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 28 | 188 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.15 |
| HSL | 309.21º | 0.77% | 0.48% | - |
| HSV(B) | 309.21º | 0.87% | 0.85% | - |
| XYZ | 38.11 | 19.21 | 49.28 | - |
| YUV | 102.75 | 176.12 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 28 | 188 | 0 | 0.87 | 0.13 | 0.15 | 309.21 | 0.77 | 0.48 |
| Hex | D9 | 1C | BC | 0 | 57 | D | F | 135 | 4D | 30 |
| Octal | 331 | 34 | 274 | 0 | 127 | 15 | 17 | 465 | 115 | 60 |
| Binary | 11011001 | 11100 | 10111100 | 0 | 1010111 | 1101 | 1111 | 100110101 | 1001101 | 110000 |
Color Harmonies of #D91CBC
Complementary color
Monochromatic Colors of #D91CBC
Black with #D91CBC
Text Example
Text Example
White with #D91CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91CBC; }
p { color: rgb(217,28,188); }
H1.HeaderClassName
{
color: #D91CBC;
}
.AnyTagClassName
{
color: #D91CBC;
}
</style>
background-color css
<style>
a { background-color: #D91CBC; }
a { background-color: rgb(217,28,188); }
div.DivClassName
{
background-color: #D91CBC;
}
.BgClassName
{
background-color: #D91CBC;
}
</style>
border-color css
<style>
span { border-color: #D91CBC; }
span { border-color: rgb(217,28,188); }
td.TdClassName
{
border-color: #D91CBC;
}
.TagClassName
{
border-color: #D91CBC;
}
</style>