Shades of Deep Magenta #D31FD5
Tints of Deep Magenta #D31FD5
RGB
CMYK
RGB Variations
Color information
#D31FD5 (or 0xD31FD5) is known color: Deep Magenta. HEX triplet: D3, 1F and D5. RGB value is (211,31,213). Sum of RGB (Red+Green+Blue) = 211+31+213=455 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.37% from 455); Green value is 31 (12.5% from 255 or 6.81% from 455); Blue value is 213 (83.59% from 255 or 46.81% from 455); Max value from RGB is 213 - color contains mainly: blue. Hex color #D31FD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31FD5 is #2CE02A. Grayscale: #696969. Windows color (decimal): -2940971 or 13967315. OLE color: 13967315.
HSL color Cylindrical-coordinate representation of color #D31FD5: hue angle of 299.34º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D31FD5 is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 31 | 213 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.16 |
| HSL | 299.34º | 0.75% | 0.48% | - |
| HSV(B) | 299.34º | 0.85% | 0.84% | - |
| XYZ | 39.36 | 19.63 | 64.67 | - |
| YUV | 105.57 | 188.63 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 31 | 213 | 0.01 | 0.85 | 0 | 0.16 | 299.34 | 0.75 | 0.48 |
| Hex | D3 | 1F | D5 | 1 | 55 | 0 | 10 | 12B | 4B | 30 |
| Octal | 323 | 37 | 325 | 1 | 125 | 0 | 20 | 453 | 113 | 60 |
| Binary | 11010011 | 11111 | 11010101 | 1 | 1010101 | 0 | 10000 | 100101011 | 1001011 | 110000 |
Color Harmonies of #D31FD5
Complementary color
Monochromatic Colors of #D31FD5
Black with #D31FD5
Text Example
Text Example
White with #D31FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31FD5; }
p { color: rgb(211,31,213); }
H1.HeaderClassName
{
color: #D31FD5;
}
.AnyTagClassName
{
color: #D31FD5;
}
</style>
background-color css
<style>
a { background-color: #D31FD5; }
a { background-color: rgb(211,31,213); }
div.DivClassName
{
background-color: #D31FD5;
}
.BgClassName
{
background-color: #D31FD5;
}
</style>
border-color css
<style>
span { border-color: #D31FD5; }
span { border-color: rgb(211,31,213); }
td.TdClassName
{
border-color: #D31FD5;
}
.TagClassName
{
border-color: #D31FD5;
}
</style>