Shades of Deep Magenta #D31FDF
Tints of Deep Magenta #D31FDF
RGB
CMYK
RGB Variations
Color information
#D31FDF (or 0xD31FDF) is known color: Deep Magenta. HEX triplet: D3, 1F and DF. RGB value is (211,31,223). Sum of RGB (Red+Green+Blue) = 211+31+223=465 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.38% from 465); Green value is 31 (12.5% from 255 or 6.67% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #D31FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31FDF is #2CE020. Grayscale: #6A6A6A. Windows color (decimal): -2940961 or 14622675. OLE color: 14622675.
HSL color Cylindrical-coordinate representation of color #D31FDF: hue angle of 296.25º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D31FDF is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 31 | 223 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.13 |
| HSL | 296.25º | 0.76% | 0.5% | - |
| HSV(B) | 296.25º | 0.86% | 0.87% | - |
| XYZ | 40.67 | 20.16 | 71.56 | - |
| YUV | 106.71 | 193.63 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 31 | 223 | 0.05 | 0.86 | 0 | 0.13 | 296.25 | 0.76 | 0.5 |
| Hex | D3 | 1F | DF | 5 | 56 | 0 | D | 128 | 4C | 32 |
| Octal | 323 | 37 | 337 | 5 | 126 | 0 | 15 | 450 | 114 | 62 |
| Binary | 11010011 | 11111 | 11011111 | 101 | 1010110 | 0 | 1101 | 100101000 | 1001100 | 110010 |
Color Harmonies of #D31FDF
Complementary color
Monochromatic Colors of #D31FDF
Black with #D31FDF
Text Example
Text Example
White with #D31FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31FDF; }
p { color: rgb(211,31,223); }
H1.HeaderClassName
{
color: #D31FDF;
}
.AnyTagClassName
{
color: #D31FDF;
}
</style>
background-color css
<style>
a { background-color: #D31FDF; }
a { background-color: rgb(211,31,223); }
div.DivClassName
{
background-color: #D31FDF;
}
.BgClassName
{
background-color: #D31FDF;
}
</style>
border-color css
<style>
span { border-color: #D31FDF; }
span { border-color: rgb(211,31,223); }
td.TdClassName
{
border-color: #D31FDF;
}
.TagClassName
{
border-color: #D31FDF;
}
</style>