Shades of Deep Magenta #D31FE0
Tints of Deep Magenta #D31FE0
RGB
CMYK
RGB Variations
Color information
#D31FE0 (or 0xD31FE0) is known color: Deep Magenta. HEX triplet: D3, 1F and E0. RGB value is (211,31,224). Sum of RGB (Red+Green+Blue) = 211+31+224=466 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.28% from 466); Green value is 31 (12.5% from 255 or 6.65% from 466); Blue value is 224 (87.89% from 255 or 48.07% from 466); Max value from RGB is 224 - color contains mainly: blue. Hex color #D31FE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31FE0 is #2CE01F. Grayscale: #6A6A6A. Windows color (decimal): -2940960 or 14688211. OLE color: 14688211.
HSL color Cylindrical-coordinate representation of color #D31FE0: hue angle of 295.96º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D31FE0 is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 31 | 224 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.12 |
| HSL | 295.96º | 0.76% | 0.5% | - |
| HSV(B) | 295.96º | 0.86% | 0.88% | - |
| XYZ | 40.81 | 20.21 | 72.27 | - |
| YUV | 106.82 | 194.13 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 31 | 224 | 0.06 | 0.86 | 0 | 0.12 | 295.96 | 0.76 | 0.5 |
| Hex | D3 | 1F | E0 | 6 | 56 | 0 | C | 128 | 4C | 32 |
| Octal | 323 | 37 | 340 | 6 | 126 | 0 | 14 | 450 | 114 | 62 |
| Binary | 11010011 | 11111 | 11100000 | 110 | 1010110 | 0 | 1100 | 100101000 | 1001100 | 110010 |
Color Harmonies of #D31FE0
Complementary color
Monochromatic Colors of #D31FE0
Black with #D31FE0
Text Example
Text Example
White with #D31FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31FE0; }
p { color: rgb(211,31,224); }
H1.HeaderClassName
{
color: #D31FE0;
}
.AnyTagClassName
{
color: #D31FE0;
}
</style>
background-color css
<style>
a { background-color: #D31FE0; }
a { background-color: rgb(211,31,224); }
div.DivClassName
{
background-color: #D31FE0;
}
.BgClassName
{
background-color: #D31FE0;
}
</style>
border-color css
<style>
span { border-color: #D31FE0; }
span { border-color: rgb(211,31,224); }
td.TdClassName
{
border-color: #D31FE0;
}
.TagClassName
{
border-color: #D31FE0;
}
</style>