Shades of Deep Magenta #D310D5
Tints of Deep Magenta #D310D5
RGB
CMYK
RGB Variations
Color information
#D310D5 (or 0xD310D5) is known color: Deep Magenta. HEX triplet: D3, 10 and D5. RGB value is (211,16,213). Sum of RGB (Red+Green+Blue) = 211+16+213=440 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.95% from 440); Green value is 16 (6.64% from 255 or 3.64% from 440); Blue value is 213 (83.59% from 255 or 48.41% from 440); Max value from RGB is 213 - color contains mainly: blue. Hex color #D310D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D310D5 is #2CEF2A. Grayscale: #606060. Windows color (decimal): -2944811 or 13963475. OLE color: 13963475.
HSL color Cylindrical-coordinate representation of color #D310D5: hue angle of 299.39º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D310D5 is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 16 | 213 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.16 |
| HSL | 299.39º | 0.86% | 0.45% | - |
| HSV(B) | 299.39º | 0.92% | 0.84% | - |
| XYZ | 39.06 | 19.02 | 64.56 | - |
| YUV | 96.76 | 193.6 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 16 | 213 | 0.01 | 0.92 | 0 | 0.16 | 299.39 | 0.86 | 0.45 |
| Hex | D3 | 10 | D5 | 1 | 5C | 0 | 10 | 12B | 56 | 2D |
| Octal | 323 | 20 | 325 | 1 | 134 | 0 | 20 | 453 | 126 | 55 |
| Binary | 11010011 | 10000 | 11010101 | 1 | 1011100 | 0 | 10000 | 100101011 | 1010110 | 101101 |
Color Harmonies of #D310D5
Complementary color
Monochromatic Colors of #D310D5
Black with #D310D5
Text Example
Text Example
White with #D310D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D310D5; }
p { color: rgb(211,16,213); }
H1.HeaderClassName
{
color: #D310D5;
}
.AnyTagClassName
{
color: #D310D5;
}
</style>
background-color css
<style>
a { background-color: #D310D5; }
a { background-color: rgb(211,16,213); }
div.DivClassName
{
background-color: #D310D5;
}
.BgClassName
{
background-color: #D310D5;
}
</style>
border-color css
<style>
span { border-color: #D310D5; }
span { border-color: rgb(211,16,213); }
td.TdClassName
{
border-color: #D310D5;
}
.TagClassName
{
border-color: #D310D5;
}
</style>