Shades of Deep Magenta #D312DC
Tints of Deep Magenta #D312DC
RGB
CMYK
RGB Variations
Color information
#D312DC (or 0xD312DC) is known color: Deep Magenta. HEX triplet: D3, 12 and DC. RGB value is (211,18,220). Sum of RGB (Red+Green+Blue) = 211+18+220=449 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.99% from 449); Green value is 18 (7.42% from 255 or 4.01% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #D312DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D312DC is #2CED23. Grayscale: #626262. Windows color (decimal): -2944292 or 14422739. OLE color: 14422739.
HSL color Cylindrical-coordinate representation of color #D312DC: hue angle of 297.33º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D312DC is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 18 | 220 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.14 |
| HSL | 297.33º | 0.85% | 0.47% | - |
| HSV(B) | 297.33º | 0.92% | 0.86% | - |
| XYZ | 40 | 19.45 | 69.36 | - |
| YUV | 98.74 | 196.44 | 208.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 18 | 220 | 0.04 | 0.92 | 0 | 0.14 | 297.33 | 0.85 | 0.47 |
| Hex | D3 | 12 | DC | 4 | 5C | 0 | E | 129 | 55 | 2F |
| Octal | 323 | 22 | 334 | 4 | 134 | 0 | 16 | 451 | 125 | 57 |
| Binary | 11010011 | 10010 | 11011100 | 100 | 1011100 | 0 | 1110 | 100101001 | 1010101 | 101111 |
Color Harmonies of #D312DC
Complementary color
Monochromatic Colors of #D312DC
Black with #D312DC
Text Example
Text Example
White with #D312DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D312DC; }
p { color: rgb(211,18,220); }
H1.HeaderClassName
{
color: #D312DC;
}
.AnyTagClassName
{
color: #D312DC;
}
</style>
background-color css
<style>
a { background-color: #D312DC; }
a { background-color: rgb(211,18,220); }
div.DivClassName
{
background-color: #D312DC;
}
.BgClassName
{
background-color: #D312DC;
}
</style>
border-color css
<style>
span { border-color: #D312DC; }
span { border-color: rgb(211,18,220); }
td.TdClassName
{
border-color: #D312DC;
}
.TagClassName
{
border-color: #D312DC;
}
</style>