Shades of Deep Magenta #D31DDF
Tints of Deep Magenta #D31DDF
RGB
CMYK
RGB Variations
Color information
#D31DDF (or 0xD31DDF) is known color: Deep Magenta. HEX triplet: D3, 1D and DF. RGB value is (211,29,223). Sum of RGB (Red+Green+Blue) = 211+29+223=463 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.57% from 463); Green value is 29 (11.72% from 255 or 6.26% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #D31DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31DDF is #2CE220. Grayscale: #686868. Windows color (decimal): -2941473 or 14622163. OLE color: 14622163.
HSL color Cylindrical-coordinate representation of color #D31DDF: hue angle of 296.29º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D31DDF is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 29 | 223 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.13 |
| HSL | 296.29º | 0.77% | 0.49% | - |
| HSV(B) | 296.29º | 0.87% | 0.87% | - |
| XYZ | 40.62 | 20.06 | 71.54 | - |
| YUV | 105.53 | 194.3 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 29 | 223 | 0.05 | 0.87 | 0 | 0.13 | 296.29 | 0.77 | 0.49 |
| Hex | D3 | 1D | DF | 5 | 57 | 0 | D | 128 | 4D | 31 |
| Octal | 323 | 35 | 337 | 5 | 127 | 0 | 15 | 450 | 115 | 61 |
| Binary | 11010011 | 11101 | 11011111 | 101 | 1010111 | 0 | 1101 | 100101000 | 1001101 | 110001 |
Color Harmonies of #D31DDF
Complementary color
Monochromatic Colors of #D31DDF
Black with #D31DDF
Text Example
Text Example
White with #D31DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31DDF; }
p { color: rgb(211,29,223); }
H1.HeaderClassName
{
color: #D31DDF;
}
.AnyTagClassName
{
color: #D31DDF;
}
</style>
background-color css
<style>
a { background-color: #D31DDF; }
a { background-color: rgb(211,29,223); }
div.DivClassName
{
background-color: #D31DDF;
}
.BgClassName
{
background-color: #D31DDF;
}
</style>
border-color css
<style>
span { border-color: #D31DDF; }
span { border-color: rgb(211,29,223); }
td.TdClassName
{
border-color: #D31DDF;
}
.TagClassName
{
border-color: #D31DDF;
}
</style>