Shades of Deep Magenta #D312DA
Tints of Deep Magenta #D312DA
RGB
CMYK
RGB Variations
Color information
#D312DA (or 0xD312DA) is known color: Deep Magenta. HEX triplet: D3, 12 and DA. RGB value is (211,18,218). Sum of RGB (Red+Green+Blue) = 211+18+218=447 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.20% from 447); Green value is 18 (7.42% from 255 or 4.03% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #D312DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D312DA is #2CED25. Grayscale: #616161. Windows color (decimal): -2944294 or 14291667. OLE color: 14291667.
HSL color Cylindrical-coordinate representation of color #D312DA: hue angle of 297.9º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D312DA is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 18 | 218 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.15 |
| HSL | 297.9º | 0.85% | 0.46% | - |
| HSV(B) | 297.9º | 0.92% | 0.85% | - |
| XYZ | 39.74 | 19.34 | 67.97 | - |
| YUV | 98.51 | 195.44 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 18 | 218 | 0.03 | 0.92 | 0 | 0.15 | 297.9 | 0.85 | 0.46 |
| Hex | D3 | 12 | DA | 3 | 5C | 0 | F | 12A | 55 | 2E |
| Octal | 323 | 22 | 332 | 3 | 134 | 0 | 17 | 452 | 125 | 56 |
| Binary | 11010011 | 10010 | 11011010 | 11 | 1011100 | 0 | 1111 | 100101010 | 1010101 | 101110 |
Color Harmonies of #D312DA
Complementary color
Monochromatic Colors of #D312DA
Black with #D312DA
Text Example
Text Example
White with #D312DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D312DA; }
p { color: rgb(211,18,218); }
H1.HeaderClassName
{
color: #D312DA;
}
.AnyTagClassName
{
color: #D312DA;
}
</style>
background-color css
<style>
a { background-color: #D312DA; }
a { background-color: rgb(211,18,218); }
div.DivClassName
{
background-color: #D312DA;
}
.BgClassName
{
background-color: #D312DA;
}
</style>
border-color css
<style>
span { border-color: #D312DA; }
span { border-color: rgb(211,18,218); }
td.TdClassName
{
border-color: #D312DA;
}
.TagClassName
{
border-color: #D312DA;
}
</style>