Shades of Deep Magenta #D310CD
Tints of Deep Magenta #D310CD
RGB
CMYK
RGB Variations
Color information
#D310CD (or 0xD310CD) is known color: Deep Magenta. HEX triplet: D3, 10 and CD. RGB value is (211,16,205). Sum of RGB (Red+Green+Blue) = 211+16+205=432 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.84% from 432); Green value is 16 (6.64% from 255 or 3.70% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 211 - color contains mainly: red. Hex color #D310CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D310CD is #2CEF32. Grayscale: #5F5F5F. Windows color (decimal): -2944819 or 13439187. OLE color: 13439187.
HSL color Cylindrical-coordinate representation of color #D310CD: hue angle of 301.85º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D310CD is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 16 | 205 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.17 |
| HSL | 301.85º | 0.86% | 0.45% | - |
| HSV(B) | 301.85º | 0.92% | 0.83% | - |
| XYZ | 38.07 | 18.63 | 59.35 | - |
| YUV | 95.85 | 189.6 | 210.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 16 | 205 | 0 | 0.92 | 0.03 | 0.17 | 301.85 | 0.86 | 0.45 |
| Hex | D3 | 10 | CD | 0 | 5C | 3 | 11 | 12E | 56 | 2D |
| Octal | 323 | 20 | 315 | 0 | 134 | 3 | 21 | 456 | 126 | 55 |
| Binary | 11010011 | 10000 | 11001101 | 0 | 1011100 | 11 | 10001 | 100101110 | 1010110 | 101101 |
Color Harmonies of #D310CD
Complementary color
Monochromatic Colors of #D310CD
Black with #D310CD
Text Example
Text Example
White with #D310CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D310CD; }
p { color: rgb(211,16,205); }
H1.HeaderClassName
{
color: #D310CD;
}
.AnyTagClassName
{
color: #D310CD;
}
</style>
background-color css
<style>
a { background-color: #D310CD; }
a { background-color: rgb(211,16,205); }
div.DivClassName
{
background-color: #D310CD;
}
.BgClassName
{
background-color: #D310CD;
}
</style>
border-color css
<style>
span { border-color: #D310CD; }
span { border-color: rgb(211,16,205); }
td.TdClassName
{
border-color: #D310CD;
}
.TagClassName
{
border-color: #D310CD;
}
</style>