Shades of Deep Magenta #D31DDB
Tints of Deep Magenta #D31DDB
RGB
CMYK
RGB Variations
Color information
#D31DDB (or 0xD31DDB) is known color: Deep Magenta. HEX triplet: D3, 1D and DB. RGB value is (211,29,219). Sum of RGB (Red+Green+Blue) = 211+29+219=459 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.97% from 459); Green value is 29 (11.72% from 255 or 6.32% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #D31DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31DDB is #2CE224. Grayscale: #686868. Windows color (decimal): -2941477 or 14360019. OLE color: 14360019.
HSL color Cylindrical-coordinate representation of color #D31DDB: hue angle of 297.47º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D31DDB is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 29 | 219 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.14 |
| HSL | 297.47º | 0.77% | 0.49% | - |
| HSV(B) | 297.47º | 0.87% | 0.86% | - |
| XYZ | 40.09 | 19.84 | 68.73 | - |
| YUV | 105.08 | 192.3 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 29 | 219 | 0.04 | 0.87 | 0 | 0.14 | 297.47 | 0.77 | 0.49 |
| Hex | D3 | 1D | DB | 4 | 57 | 0 | E | 129 | 4D | 31 |
| Octal | 323 | 35 | 333 | 4 | 127 | 0 | 16 | 451 | 115 | 61 |
| Binary | 11010011 | 11101 | 11011011 | 100 | 1010111 | 0 | 1110 | 100101001 | 1001101 | 110001 |
Color Harmonies of #D31DDB
Complementary color
Monochromatic Colors of #D31DDB
Black with #D31DDB
Text Example
Text Example
White with #D31DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31DDB; }
p { color: rgb(211,29,219); }
H1.HeaderClassName
{
color: #D31DDB;
}
.AnyTagClassName
{
color: #D31DDB;
}
</style>
background-color css
<style>
a { background-color: #D31DDB; }
a { background-color: rgb(211,29,219); }
div.DivClassName
{
background-color: #D31DDB;
}
.BgClassName
{
background-color: #D31DDB;
}
</style>
border-color css
<style>
span { border-color: #D31DDB; }
span { border-color: rgb(211,29,219); }
td.TdClassName
{
border-color: #D31DDB;
}
.TagClassName
{
border-color: #D31DDB;
}
</style>