Shades of Deep Magenta #D31DCB
Tints of Deep Magenta #D31DCB
RGB
CMYK
RGB Variations
Color information
#D31DCB (or 0xD31DCB) is known color: Deep Magenta. HEX triplet: D3, 1D and CB. RGB value is (211,29,203). Sum of RGB (Red+Green+Blue) = 211+29+203=443 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.63% from 443); Green value is 29 (11.72% from 255 or 6.55% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 211 - color contains mainly: red. Hex color #D31DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31DCB is #2CE234. Grayscale: #666666. Windows color (decimal): -2941493 or 13311443. OLE color: 13311443.
HSL color Cylindrical-coordinate representation of color #D31DCB: hue angle of 302.64º 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 #D31DCB is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 29 | 203 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.17 |
| HSL | 302.64º | 0.76% | 0.47% | - |
| HSV(B) | 302.64º | 0.86% | 0.83% | - |
| XYZ | 38.08 | 19.04 | 58.17 | - |
| YUV | 103.25 | 184.3 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 29 | 203 | 0 | 0.86 | 0.04 | 0.17 | 302.64 | 0.76 | 0.47 |
| Hex | D3 | 1D | CB | 0 | 56 | 4 | 11 | 12F | 4C | 2F |
| Octal | 323 | 35 | 313 | 0 | 126 | 4 | 21 | 457 | 114 | 57 |
| Binary | 11010011 | 11101 | 11001011 | 0 | 1010110 | 100 | 10001 | 100101111 | 1001100 | 101111 |
Color Harmonies of #D31DCB
Complementary color
Monochromatic Colors of #D31DCB
Black with #D31DCB
Text Example
Text Example
White with #D31DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31DCB; }
p { color: rgb(211,29,203); }
H1.HeaderClassName
{
color: #D31DCB;
}
.AnyTagClassName
{
color: #D31DCB;
}
</style>
background-color css
<style>
a { background-color: #D31DCB; }
a { background-color: rgb(211,29,203); }
div.DivClassName
{
background-color: #D31DCB;
}
.BgClassName
{
background-color: #D31DCB;
}
</style>
border-color css
<style>
span { border-color: #D31DCB; }
span { border-color: rgb(211,29,203); }
td.TdClassName
{
border-color: #D31DCB;
}
.TagClassName
{
border-color: #D31DCB;
}
</style>