Shades of Deep Magenta #D312C6
Tints of Deep Magenta #D312C6
RGB
CMYK
RGB Variations
Color information
#D312C6 (or 0xD312C6) is known color: Deep Magenta. HEX triplet: D3, 12 and C6. RGB value is (211,18,198). Sum of RGB (Red+Green+Blue) = 211+18+198=427 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.41% from 427); Green value is 18 (7.42% from 255 or 4.22% from 427); Blue value is 198 (77.73% from 255 or 46.37% from 427); Max value from RGB is 211 - color contains mainly: red. Hex color #D312C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D312C6 is #2CED39. Grayscale: #5F5F5F. Windows color (decimal): -2944314 or 12980947. OLE color: 12980947.
HSL color Cylindrical-coordinate representation of color #D312C6: hue angle of 304.04º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D312C6 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 18 | 198 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.17 |
| HSL | 304.04º | 0.84% | 0.45% | - |
| HSV(B) | 304.04º | 0.91% | 0.83% | - |
| XYZ | 37.27 | 18.36 | 55.01 | - |
| YUV | 96.23 | 185.44 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 18 | 198 | 0 | 0.91 | 0.06 | 0.17 | 304.04 | 0.84 | 0.45 |
| Hex | D3 | 12 | C6 | 0 | 5B | 6 | 11 | 130 | 54 | 2D |
| Octal | 323 | 22 | 306 | 0 | 133 | 6 | 21 | 460 | 124 | 55 |
| Binary | 11010011 | 10010 | 11000110 | 0 | 1011011 | 110 | 10001 | 100110000 | 1010100 | 101101 |
Color Harmonies of #D312C6
Complementary color
Monochromatic Colors of #D312C6
Black with #D312C6
Text Example
Text Example
White with #D312C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D312C6; }
p { color: rgb(211,18,198); }
H1.HeaderClassName
{
color: #D312C6;
}
.AnyTagClassName
{
color: #D312C6;
}
</style>
background-color css
<style>
a { background-color: #D312C6; }
a { background-color: rgb(211,18,198); }
div.DivClassName
{
background-color: #D312C6;
}
.BgClassName
{
background-color: #D312C6;
}
</style>
border-color css
<style>
span { border-color: #D312C6; }
span { border-color: rgb(211,18,198); }
td.TdClassName
{
border-color: #D312C6;
}
.TagClassName
{
border-color: #D312C6;
}
</style>