Shades of Deep Magenta #D31BE5
Tints of Deep Magenta #D31BE5
RGB
CMYK
RGB Variations
Color information
#D31BE5 (or 0xD31BE5) is known color: Deep Magenta. HEX triplet: D3, 1B and E5. RGB value is (211,27,229). Sum of RGB (Red+Green+Blue) = 211+27+229=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 27 (10.94% from 255 or 5.78% from 467); Blue value is 229 (89.84% from 255 or 49.04% from 467); Max value from RGB is 229 - color contains mainly: blue. Hex color #D31BE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31BE5 is #2CE41A. Grayscale: #686868. Windows color (decimal): -2941979 or 15014867. OLE color: 15014867.
HSL color Cylindrical-coordinate representation of color #D31BE5: hue angle of 294.65º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D31BE5 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 27 | 229 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.10 |
| HSL | 294.65º | 0.8% | 0.5% | - |
| HSV(B) | 294.65º | 0.88% | 0.9% | - |
| XYZ | 41.4 | 20.29 | 75.86 | - |
| YUV | 105.04 | 197.96 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 27 | 229 | 0.08 | 0.88 | 0 | 0.10 | 294.65 | 0.8 | 0.5 |
| Hex | D3 | 1B | E5 | 8 | 58 | 0 | A | 127 | 50 | 32 |
| Octal | 323 | 33 | 345 | 10 | 130 | 0 | 12 | 447 | 120 | 62 |
| Binary | 11010011 | 11011 | 11100101 | 1000 | 1011000 | 0 | 1010 | 100100111 | 1010000 | 110010 |
Color Harmonies of #D31BE5
Complementary color
Monochromatic Colors of #D31BE5
Black with #D31BE5
Text Example
Text Example
White with #D31BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31BE5; }
p { color: rgb(211,27,229); }
H1.HeaderClassName
{
color: #D31BE5;
}
.AnyTagClassName
{
color: #D31BE5;
}
</style>
background-color css
<style>
a { background-color: #D31BE5; }
a { background-color: rgb(211,27,229); }
div.DivClassName
{
background-color: #D31BE5;
}
.BgClassName
{
background-color: #D31BE5;
}
</style>
border-color css
<style>
span { border-color: #D31BE5; }
span { border-color: rgb(211,27,229); }
td.TdClassName
{
border-color: #D31BE5;
}
.TagClassName
{
border-color: #D31BE5;
}
</style>