Shades of Deep Magenta #D92BE1
Tints of Deep Magenta #D92BE1
RGB
CMYK
RGB Variations
Color information
#D92BE1 (or 0xD92BE1) is known color: Deep Magenta. HEX triplet: D9, 2B and E1. RGB value is (217,43,225). Sum of RGB (Red+Green+Blue) = 217+43+225=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 43 (17.19% from 255 or 8.87% from 485); Blue value is 225 (88.28% from 255 or 46.39% from 485); Max value from RGB is 225 - color contains mainly: blue. Hex color #D92BE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D92BE1 is #26D41E. Grayscale: #737373. Windows color (decimal): -2544671 or 14756825. OLE color: 14756825.
HSL color Cylindrical-coordinate representation of color #D92BE1: hue angle of 297.36º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D92BE1 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 43 | 225 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.12 |
| HSL | 297.36º | 0.75% | 0.53% | - |
| HSV(B) | 297.36º | 0.81% | 0.88% | - |
| XYZ | 43.07 | 21.92 | 73.19 | - |
| YUV | 115.77 | 189.65 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 43 | 225 | 0.04 | 0.81 | 0 | 0.12 | 297.36 | 0.75 | 0.53 |
| Hex | D9 | 2B | E1 | 4 | 51 | 0 | C | 129 | 4B | 35 |
| Octal | 331 | 53 | 341 | 4 | 121 | 0 | 14 | 451 | 113 | 65 |
| Binary | 11011001 | 101011 | 11100001 | 100 | 1010001 | 0 | 1100 | 100101001 | 1001011 | 110101 |
Color Harmonies of #D92BE1
Complementary color
Monochromatic Colors of #D92BE1
Black with #D92BE1
Text Example
Text Example
White with #D92BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92BE1; }
p { color: rgb(217,43,225); }
H1.HeaderClassName
{
color: #D92BE1;
}
.AnyTagClassName
{
color: #D92BE1;
}
</style>
background-color css
<style>
a { background-color: #D92BE1; }
a { background-color: rgb(217,43,225); }
div.DivClassName
{
background-color: #D92BE1;
}
.BgClassName
{
background-color: #D92BE1;
}
</style>
border-color css
<style>
span { border-color: #D92BE1; }
span { border-color: rgb(217,43,225); }
td.TdClassName
{
border-color: #D92BE1;
}
.TagClassName
{
border-color: #D92BE1;
}
</style>