Shades of Deep Magenta #D31BDC
Tints of Deep Magenta #D31BDC
RGB
CMYK
RGB Variations
Color information
#D31BDC (or 0xD31BDC) is known color: Deep Magenta. HEX triplet: D3, 1B and DC. RGB value is (211,27,220). Sum of RGB (Red+Green+Blue) = 211+27+220=458 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.07% from 458); Green value is 27 (10.94% from 255 or 5.90% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #D31BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31BDC is #2CE423. Grayscale: #676767. Windows color (decimal): -2941988 or 14425043. OLE color: 14425043.
HSL color Cylindrical-coordinate representation of color #D31BDC: hue angle of 297.2º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D31BDC is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 27 | 220 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.14 |
| HSL | 297.2º | 0.78% | 0.48% | - |
| HSV(B) | 297.2º | 0.88% | 0.86% | - |
| XYZ | 40.17 | 19.8 | 69.41 | - |
| YUV | 104.02 | 193.46 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 27 | 220 | 0.04 | 0.88 | 0 | 0.14 | 297.2 | 0.78 | 0.48 |
| Hex | D3 | 1B | DC | 4 | 58 | 0 | E | 129 | 4E | 30 |
| Octal | 323 | 33 | 334 | 4 | 130 | 0 | 16 | 451 | 116 | 60 |
| Binary | 11010011 | 11011 | 11011100 | 100 | 1011000 | 0 | 1110 | 100101001 | 1001110 | 110000 |
Color Harmonies of #D31BDC
Complementary color
Monochromatic Colors of #D31BDC
Black with #D31BDC
Text Example
Text Example
White with #D31BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31BDC; }
p { color: rgb(211,27,220); }
H1.HeaderClassName
{
color: #D31BDC;
}
.AnyTagClassName
{
color: #D31BDC;
}
</style>
background-color css
<style>
a { background-color: #D31BDC; }
a { background-color: rgb(211,27,220); }
div.DivClassName
{
background-color: #D31BDC;
}
.BgClassName
{
background-color: #D31BDC;
}
</style>
border-color css
<style>
span { border-color: #D31BDC; }
span { border-color: rgb(211,27,220); }
td.TdClassName
{
border-color: #D31BDC;
}
.TagClassName
{
border-color: #D31BDC;
}
</style>