Shades of Deep Magenta #D31BCD
Tints of Deep Magenta #D31BCD
RGB
CMYK
RGB Variations
Color information
#D31BCD (or 0xD31BCD) is known color: Deep Magenta. HEX triplet: D3, 1B and CD. RGB value is (211,27,205). Sum of RGB (Red+Green+Blue) = 211+27+205=443 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.63% from 443); Green value is 27 (10.94% from 255 or 6.09% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 211 - color contains mainly: red. Hex color #D31BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31BCD is #2CE432. Grayscale: #656565. Windows color (decimal): -2942003 or 13442003. OLE color: 13442003.
HSL color Cylindrical-coordinate representation of color #D31BCD: hue angle of 301.96º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D31BCD is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 27 | 205 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.17 |
| HSL | 301.96º | 0.77% | 0.47% | - |
| HSV(B) | 301.96º | 0.87% | 0.83% | - |
| XYZ | 38.28 | 19.04 | 59.42 | - |
| YUV | 102.31 | 185.96 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 27 | 205 | 0 | 0.87 | 0.03 | 0.17 | 301.96 | 0.77 | 0.47 |
| Hex | D3 | 1B | CD | 0 | 57 | 3 | 11 | 12E | 4D | 2F |
| Octal | 323 | 33 | 315 | 0 | 127 | 3 | 21 | 456 | 115 | 57 |
| Binary | 11010011 | 11011 | 11001101 | 0 | 1010111 | 11 | 10001 | 100101110 | 1001101 | 101111 |
Color Harmonies of #D31BCD
Complementary color
Monochromatic Colors of #D31BCD
Black with #D31BCD
Text Example
Text Example
White with #D31BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31BCD; }
p { color: rgb(211,27,205); }
H1.HeaderClassName
{
color: #D31BCD;
}
.AnyTagClassName
{
color: #D31BCD;
}
</style>
background-color css
<style>
a { background-color: #D31BCD; }
a { background-color: rgb(211,27,205); }
div.DivClassName
{
background-color: #D31BCD;
}
.BgClassName
{
background-color: #D31BCD;
}
</style>
border-color css
<style>
span { border-color: #D31BCD; }
span { border-color: rgb(211,27,205); }
td.TdClassName
{
border-color: #D31BCD;
}
.TagClassName
{
border-color: #D31BCD;
}
</style>