Shades of Deep Magenta #D31DC1
Tints of Deep Magenta #D31DC1
RGB
CMYK
RGB Variations
Color information
#D31DC1 (or 0xD31DC1) is known color: Deep Magenta. HEX triplet: D3, 1D and C1. RGB value is (211,29,193). Sum of RGB (Red+Green+Blue) = 211+29+193=433 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.73% from 433); Green value is 29 (11.72% from 255 or 6.70% from 433); Blue value is 193 (75.78% from 255 or 44.57% from 433); Max value from RGB is 211 - color contains mainly: red. Hex color #D31DC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31DC1 is #2CE23E. Grayscale: #656565. Windows color (decimal): -2941503 or 12656083. OLE color: 12656083.
HSL color Cylindrical-coordinate representation of color #D31DC1: hue angle of 305.93º 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 #D31DC1 is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 29 | 193 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.17 |
| HSL | 305.93º | 0.76% | 0.47% | - |
| HSV(B) | 305.93º | 0.86% | 0.83% | - |
| XYZ | 36.93 | 18.58 | 52.09 | - |
| YUV | 102.11 | 179.3 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 29 | 193 | 0 | 0.86 | 0.09 | 0.17 | 305.93 | 0.76 | 0.47 |
| Hex | D3 | 1D | C1 | 0 | 56 | 9 | 11 | 132 | 4C | 2F |
| Octal | 323 | 35 | 301 | 0 | 126 | 11 | 21 | 462 | 114 | 57 |
| Binary | 11010011 | 11101 | 11000001 | 0 | 1010110 | 1001 | 10001 | 100110010 | 1001100 | 101111 |
Color Harmonies of #D31DC1
Complementary color
Monochromatic Colors of #D31DC1
Black with #D31DC1
Text Example
Text Example
White with #D31DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31DC1; }
p { color: rgb(211,29,193); }
H1.HeaderClassName
{
color: #D31DC1;
}
.AnyTagClassName
{
color: #D31DC1;
}
</style>
background-color css
<style>
a { background-color: #D31DC1; }
a { background-color: rgb(211,29,193); }
div.DivClassName
{
background-color: #D31DC1;
}
.BgClassName
{
background-color: #D31DC1;
}
</style>
border-color css
<style>
span { border-color: #D31DC1; }
span { border-color: rgb(211,29,193); }
td.TdClassName
{
border-color: #D31DC1;
}
.TagClassName
{
border-color: #D31DC1;
}
</style>