Shades of Deep Magenta #D91BE3
Tints of Deep Magenta #D91BE3
RGB
CMYK
RGB Variations
Color information
#D91BE3 (or 0xD91BE3) is known color: Deep Magenta. HEX triplet: D9, 1B and E3. RGB value is (217,27,227). Sum of RGB (Red+Green+Blue) = 217+27+227=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 27 (10.94% from 255 or 5.73% from 471); Blue value is 227 (89.06% from 255 or 48.20% from 471); Max value from RGB is 227 - color contains mainly: blue. Hex color #D91BE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91BE3 is #26E41C. Grayscale: #6A6A6A. Windows color (decimal): -2548765 or 14883801. OLE color: 14883801.
HSL color Cylindrical-coordinate representation of color #D91BE3: hue angle of 297º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D91BE3 is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 27 | 227 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.11 |
| HSL | 297º | 0.79% | 0.5% | - |
| HSV(B) | 297º | 0.88% | 0.89% | - |
| XYZ | 42.87 | 21.08 | 74.48 | - |
| YUV | 106.61 | 195.95 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 27 | 227 | 0.04 | 0.88 | 0 | 0.11 | 297 | 0.79 | 0.5 |
| Hex | D9 | 1B | E3 | 4 | 58 | 0 | B | 129 | 4F | 32 |
| Octal | 331 | 33 | 343 | 4 | 130 | 0 | 13 | 451 | 117 | 62 |
| Binary | 11011001 | 11011 | 11100011 | 100 | 1011000 | 0 | 1011 | 100101001 | 1001111 | 110010 |
Color Harmonies of #D91BE3
Complementary color
Monochromatic Colors of #D91BE3
Black with #D91BE3
Text Example
Text Example
White with #D91BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91BE3; }
p { color: rgb(217,27,227); }
H1.HeaderClassName
{
color: #D91BE3;
}
.AnyTagClassName
{
color: #D91BE3;
}
</style>
background-color css
<style>
a { background-color: #D91BE3; }
a { background-color: rgb(217,27,227); }
div.DivClassName
{
background-color: #D91BE3;
}
.BgClassName
{
background-color: #D91BE3;
}
</style>
border-color css
<style>
span { border-color: #D91BE3; }
span { border-color: rgb(217,27,227); }
td.TdClassName
{
border-color: #D91BE3;
}
.TagClassName
{
border-color: #D91BE3;
}
</style>