Shades of Deep Magenta #D31DC6
Tints of Deep Magenta #D31DC6
RGB
CMYK
RGB Variations
Color information
#D31DC6 (or 0xD31DC6) is known color: Deep Magenta. HEX triplet: D3, 1D and C6. RGB value is (211,29,198). Sum of RGB (Red+Green+Blue) = 211+29+198=438 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.17% from 438); Green value is 29 (11.72% from 255 or 6.62% from 438); Blue value is 198 (77.73% from 255 or 45.21% from 438); Max value from RGB is 211 - color contains mainly: red. Hex color #D31DC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31DC6 is #2CE239. Grayscale: #666666. Windows color (decimal): -2941498 or 12983763. OLE color: 12983763.
HSL color Cylindrical-coordinate representation of color #D31DC6: hue angle of 304.29º 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 #D31DC6 is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 29 | 198 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.17 |
| HSL | 304.29º | 0.76% | 0.47% | - |
| HSV(B) | 304.29º | 0.86% | 0.83% | - |
| XYZ | 37.5 | 18.8 | 55.08 | - |
| YUV | 102.68 | 181.8 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 29 | 198 | 0 | 0.86 | 0.06 | 0.17 | 304.29 | 0.76 | 0.47 |
| Hex | D3 | 1D | C6 | 0 | 56 | 6 | 11 | 130 | 4C | 2F |
| Octal | 323 | 35 | 306 | 0 | 126 | 6 | 21 | 460 | 114 | 57 |
| Binary | 11010011 | 11101 | 11000110 | 0 | 1010110 | 110 | 10001 | 100110000 | 1001100 | 101111 |
Color Harmonies of #D31DC6
Complementary color
Monochromatic Colors of #D31DC6
Black with #D31DC6
Text Example
Text Example
White with #D31DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31DC6; }
p { color: rgb(211,29,198); }
H1.HeaderClassName
{
color: #D31DC6;
}
.AnyTagClassName
{
color: #D31DC6;
}
</style>
background-color css
<style>
a { background-color: #D31DC6; }
a { background-color: rgb(211,29,198); }
div.DivClassName
{
background-color: #D31DC6;
}
.BgClassName
{
background-color: #D31DC6;
}
</style>
border-color css
<style>
span { border-color: #D31DC6; }
span { border-color: rgb(211,29,198); }
td.TdClassName
{
border-color: #D31DC6;
}
.TagClassName
{
border-color: #D31DC6;
}
</style>