Shades of Deep Magenta #D312CC
Tints of Deep Magenta #D312CC
RGB
CMYK
RGB Variations
Color information
#D312CC (or 0xD312CC) is known color: Deep Magenta. HEX triplet: D3, 12 and CC. RGB value is (211,18,204). Sum of RGB (Red+Green+Blue) = 211+18+204=433 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.73% from 433); Green value is 18 (7.42% from 255 or 4.16% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 211 - color contains mainly: red. Hex color #D312CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D312CC is #2CED33. Grayscale: #606060. Windows color (decimal): -2944308 or 13374163. OLE color: 13374163.
HSL color Cylindrical-coordinate representation of color #D312CC: hue angle of 302.18º 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 #D312CC is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 18 | 204 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.17 |
| HSL | 302.18º | 0.84% | 0.45% | - |
| HSV(B) | 302.18º | 0.91% | 0.83% | - |
| XYZ | 37.98 | 18.64 | 58.72 | - |
| YUV | 96.91 | 188.44 | 209.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 18 | 204 | 0 | 0.91 | 0.03 | 0.17 | 302.18 | 0.84 | 0.45 |
| Hex | D3 | 12 | CC | 0 | 5B | 3 | 11 | 12E | 54 | 2D |
| Octal | 323 | 22 | 314 | 0 | 133 | 3 | 21 | 456 | 124 | 55 |
| Binary | 11010011 | 10010 | 11001100 | 0 | 1011011 | 11 | 10001 | 100101110 | 1010100 | 101101 |
Color Harmonies of #D312CC
Complementary color
Monochromatic Colors of #D312CC
Black with #D312CC
Text Example
Text Example
White with #D312CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D312CC; }
p { color: rgb(211,18,204); }
H1.HeaderClassName
{
color: #D312CC;
}
.AnyTagClassName
{
color: #D312CC;
}
</style>
background-color css
<style>
a { background-color: #D312CC; }
a { background-color: rgb(211,18,204); }
div.DivClassName
{
background-color: #D312CC;
}
.BgClassName
{
background-color: #D312CC;
}
</style>
border-color css
<style>
span { border-color: #D312CC; }
span { border-color: rgb(211,18,204); }
td.TdClassName
{
border-color: #D312CC;
}
.TagClassName
{
border-color: #D312CC;
}
</style>