Shades of Deep Magenta #D312D7
Tints of Deep Magenta #D312D7
RGB
CMYK
RGB Variations
Color information
#D312D7 (or 0xD312D7) is known color: Deep Magenta. HEX triplet: D3, 12 and D7. RGB value is (211,18,215). Sum of RGB (Red+Green+Blue) = 211+18+215=444 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.52% from 444); Green value is 18 (7.42% from 255 or 4.05% from 444); Blue value is 215 (84.38% from 255 or 48.42% from 444); Max value from RGB is 215 - color contains mainly: blue. Hex color #D312D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D312D7 is #2CED28. Grayscale: #616161. Windows color (decimal): -2944297 or 14095059. OLE color: 14095059.
HSL color Cylindrical-coordinate representation of color #D312D7: hue angle of 298.78º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D312D7 is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 18 | 215 | - |
| CMYK | 0.02 | 0.92 | 0 | 0.16 |
| HSL | 298.78º | 0.85% | 0.46% | - |
| HSV(B) | 298.78º | 0.92% | 0.84% | - |
| XYZ | 39.35 | 19.19 | 65.92 | - |
| YUV | 98.17 | 193.94 | 208.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 18 | 215 | 0.02 | 0.92 | 0 | 0.16 | 298.78 | 0.85 | 0.46 |
| Hex | D3 | 12 | D7 | 2 | 5C | 0 | 10 | 12B | 55 | 2E |
| Octal | 323 | 22 | 327 | 2 | 134 | 0 | 20 | 453 | 125 | 56 |
| Binary | 11010011 | 10010 | 11010111 | 10 | 1011100 | 0 | 10000 | 100101011 | 1010101 | 101110 |
Color Harmonies of #D312D7
Complementary color
Monochromatic Colors of #D312D7
Black with #D312D7
Text Example
Text Example
White with #D312D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D312D7; }
p { color: rgb(211,18,215); }
H1.HeaderClassName
{
color: #D312D7;
}
.AnyTagClassName
{
color: #D312D7;
}
</style>
background-color css
<style>
a { background-color: #D312D7; }
a { background-color: rgb(211,18,215); }
div.DivClassName
{
background-color: #D312D7;
}
.BgClassName
{
background-color: #D312D7;
}
</style>
border-color css
<style>
span { border-color: #D312D7; }
span { border-color: rgb(211,18,215); }
td.TdClassName
{
border-color: #D312D7;
}
.TagClassName
{
border-color: #D312D7;
}
</style>