Shades of Deep Magenta #D310D6
Tints of Deep Magenta #D310D6
RGB
CMYK
RGB Variations
Color information
#D310D6 (or 0xD310D6) is known color: Deep Magenta. HEX triplet: D3, 10 and D6. RGB value is (211,16,214). Sum of RGB (Red+Green+Blue) = 211+16+214=441 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.85% from 441); Green value is 16 (6.64% from 255 or 3.63% from 441); Blue value is 214 (83.98% from 255 or 48.53% from 441); Max value from RGB is 214 - color contains mainly: blue. Hex color #D310D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D310D6 is #2CEF29. Grayscale: #606060. Windows color (decimal): -2944810 or 14029011. OLE color: 14029011.
HSL color Cylindrical-coordinate representation of color #D310D6: hue angle of 299.09º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D310D6 is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 16 | 214 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.16 |
| HSL | 299.09º | 0.86% | 0.45% | - |
| HSV(B) | 299.09º | 0.93% | 0.84% | - |
| XYZ | 39.19 | 19.07 | 65.23 | - |
| YUV | 96.88 | 194.1 | 209.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 16 | 214 | 0.01 | 0.93 | 0 | 0.16 | 299.09 | 0.86 | 0.45 |
| Hex | D3 | 10 | D6 | 1 | 5D | 0 | 10 | 12B | 56 | 2D |
| Octal | 323 | 20 | 326 | 1 | 135 | 0 | 20 | 453 | 126 | 55 |
| Binary | 11010011 | 10000 | 11010110 | 1 | 1011101 | 0 | 10000 | 100101011 | 1010110 | 101101 |
Color Harmonies of #D310D6
Complementary color
Monochromatic Colors of #D310D6
Black with #D310D6
Text Example
Text Example
White with #D310D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D310D6; }
p { color: rgb(211,16,214); }
H1.HeaderClassName
{
color: #D310D6;
}
.AnyTagClassName
{
color: #D310D6;
}
</style>
background-color css
<style>
a { background-color: #D310D6; }
a { background-color: rgb(211,16,214); }
div.DivClassName
{
background-color: #D310D6;
}
.BgClassName
{
background-color: #D310D6;
}
</style>
border-color css
<style>
span { border-color: #D310D6; }
span { border-color: rgb(211,16,214); }
td.TdClassName
{
border-color: #D310D6;
}
.TagClassName
{
border-color: #D310D6;
}
</style>