Shades of Deep Magenta #D31DBC
Tints of Deep Magenta #D31DBC
RGB
CMYK
RGB Variations
Color information
#D31DBC (or 0xD31DBC) is known color: Deep Magenta. HEX triplet: D3, 1D and BC. RGB value is (211,29,188). Sum of RGB (Red+Green+Blue) = 211+29+188=428 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.30% from 428); Green value is 29 (11.72% from 255 or 6.78% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 211 - color contains mainly: red. Hex color #D31DBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31DBC is #2CE243. Grayscale: #656565. Windows color (decimal): -2941508 or 12328403. OLE color: 12328403.
HSL color Cylindrical-coordinate representation of color #D31DBC: hue angle of 307.58º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D31DBC is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 29 | 188 | - |
| CMYK | 0 | 0.86 | 0.11 | 0.17 |
| HSL | 307.58º | 0.76% | 0.47% | - |
| HSV(B) | 307.58º | 0.86% | 0.83% | - |
| XYZ | 36.38 | 18.36 | 49.2 | - |
| YUV | 101.54 | 176.8 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 29 | 188 | 0 | 0.86 | 0.11 | 0.17 | 307.58 | 0.76 | 0.47 |
| Hex | D3 | 1D | BC | 0 | 56 | B | 11 | 134 | 4C | 2F |
| Octal | 323 | 35 | 274 | 0 | 126 | 13 | 21 | 464 | 114 | 57 |
| Binary | 11010011 | 11101 | 10111100 | 0 | 1010110 | 1011 | 10001 | 100110100 | 1001100 | 101111 |
Color Harmonies of #D31DBC
Complementary color
Monochromatic Colors of #D31DBC
Black with #D31DBC
Text Example
Text Example
White with #D31DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31DBC; }
p { color: rgb(211,29,188); }
H1.HeaderClassName
{
color: #D31DBC;
}
.AnyTagClassName
{
color: #D31DBC;
}
</style>
background-color css
<style>
a { background-color: #D31DBC; }
a { background-color: rgb(211,29,188); }
div.DivClassName
{
background-color: #D31DBC;
}
.BgClassName
{
background-color: #D31DBC;
}
</style>
border-color css
<style>
span { border-color: #D31DBC; }
span { border-color: rgb(211,29,188); }
td.TdClassName
{
border-color: #D31DBC;
}
.TagClassName
{
border-color: #D31DBC;
}
</style>