Shades of Deep Magenta #D312C2
Tints of Deep Magenta #D312C2
RGB
CMYK
RGB Variations
Color information
#D312C2 (or 0xD312C2) is known color: Deep Magenta. HEX triplet: D3, 12 and C2. RGB value is (211,18,194). Sum of RGB (Red+Green+Blue) = 211+18+194=423 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.88% from 423); Green value is 18 (7.42% from 255 or 4.26% from 423); Blue value is 194 (76.17% from 255 or 45.86% from 423); Max value from RGB is 211 - color contains mainly: red. Hex color #D312C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D312C2 is #2CED3D. Grayscale: #5F5F5F. Windows color (decimal): -2944318 or 12718803. OLE color: 12718803.
HSL color Cylindrical-coordinate representation of color #D312C2: hue angle of 305.28º 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 #D312C2 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 18 | 194 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.17 |
| HSL | 305.29º | 0.84% | 0.45% | - |
| HSV(B) | 305.29º | 0.91% | 0.83% | - |
| XYZ | 36.82 | 18.18 | 52.61 | - |
| YUV | 95.77 | 183.44 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 18 | 194 | 0 | 0.91 | 0.08 | 0.17 | 305.29 | 0.84 | 0.45 |
| Hex | D3 | 12 | C2 | 0 | 5B | 8 | 11 | 131 | 54 | 2D |
| Octal | 323 | 22 | 302 | 0 | 133 | 10 | 21 | 461 | 124 | 55 |
| Binary | 11010011 | 10010 | 11000010 | 0 | 1011011 | 1000 | 10001 | 100110001 | 1010100 | 101101 |
Color Harmonies of #D312C2
Complementary color
Monochromatic Colors of #D312C2
Black with #D312C2
Text Example
Text Example
White with #D312C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D312C2; }
p { color: rgb(211,18,194); }
H1.HeaderClassName
{
color: #D312C2;
}
.AnyTagClassName
{
color: #D312C2;
}
</style>
background-color css
<style>
a { background-color: #D312C2; }
a { background-color: rgb(211,18,194); }
div.DivClassName
{
background-color: #D312C2;
}
.BgClassName
{
background-color: #D312C2;
}
</style>
border-color css
<style>
span { border-color: #D312C2; }
span { border-color: rgb(211,18,194); }
td.TdClassName
{
border-color: #D312C2;
}
.TagClassName
{
border-color: #D312C2;
}
</style>