Shades of Deep Magenta #D91CBE
Tints of Deep Magenta #D91CBE
RGB
CMYK
RGB Variations
Color information
#D91CBE (or 0xD91CBE) is known color: Deep Magenta. HEX triplet: D9, 1C and BE. RGB value is (217,28,190). Sum of RGB (Red+Green+Blue) = 217+28+190=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 28 (11.33% from 255 or 6.44% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D91CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91CBE is #26E341. Grayscale: #666666. Windows color (decimal): -2548546 or 12459225. OLE color: 12459225.
HSL color Cylindrical-coordinate representation of color #D91CBE: hue angle of 308.57º 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 #D91CBE is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 28 | 190 | - |
| CMYK | 0 | 0.87 | 0.12 | 0.15 |
| HSL | 308.57º | 0.77% | 0.48% | - |
| HSV(B) | 308.57º | 0.87% | 0.85% | - |
| XYZ | 38.32 | 19.3 | 50.42 | - |
| YUV | 102.98 | 177.12 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 28 | 190 | 0 | 0.87 | 0.12 | 0.15 | 308.57 | 0.77 | 0.48 |
| Hex | D9 | 1C | BE | 0 | 57 | C | F | 135 | 4D | 30 |
| Octal | 331 | 34 | 276 | 0 | 127 | 14 | 17 | 465 | 115 | 60 |
| Binary | 11011001 | 11100 | 10111110 | 0 | 1010111 | 1100 | 1111 | 100110101 | 1001101 | 110000 |
Color Harmonies of #D91CBE
Complementary color
Monochromatic Colors of #D91CBE
Black with #D91CBE
Text Example
Text Example
White with #D91CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91CBE; }
p { color: rgb(217,28,190); }
H1.HeaderClassName
{
color: #D91CBE;
}
.AnyTagClassName
{
color: #D91CBE;
}
</style>
background-color css
<style>
a { background-color: #D91CBE; }
a { background-color: rgb(217,28,190); }
div.DivClassName
{
background-color: #D91CBE;
}
.BgClassName
{
background-color: #D91CBE;
}
</style>
border-color css
<style>
span { border-color: #D91CBE; }
span { border-color: rgb(217,28,190); }
td.TdClassName
{
border-color: #D91CBE;
}
.TagClassName
{
border-color: #D91CBE;
}
</style>