Shades of Deep Magenta #D316C6
Tints of Deep Magenta #D316C6
RGB
CMYK
RGB Variations
Color information
#D316C6 (or 0xD316C6) is known color: Deep Magenta. HEX triplet: D3, 16 and C6. RGB value is (211,22,198). Sum of RGB (Red+Green+Blue) = 211+22+198=431 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.96% from 431); Green value is 22 (8.98% from 255 or 5.10% from 431); Blue value is 198 (77.73% from 255 or 45.94% from 431); Max value from RGB is 211 - color contains mainly: red. Hex color #D316C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D316C6 is #2CE939. Grayscale: #626262. Windows color (decimal): -2943290 or 12981971. OLE color: 12981971.
HSL color Cylindrical-coordinate representation of color #D316C6: hue angle of 304.13º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D316C6 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 22 | 198 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.17 |
| HSL | 304.13º | 0.81% | 0.46% | - |
| HSV(B) | 304.13º | 0.9% | 0.83% | - |
| XYZ | 37.34 | 18.5 | 55.03 | - |
| YUV | 98.58 | 184.12 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 22 | 198 | 0 | 0.90 | 0.06 | 0.17 | 304.13 | 0.81 | 0.46 |
| Hex | D3 | 16 | C6 | 0 | 5A | 6 | 11 | 130 | 51 | 2E |
| Octal | 323 | 26 | 306 | 0 | 132 | 6 | 21 | 460 | 121 | 56 |
| Binary | 11010011 | 10110 | 11000110 | 0 | 1011010 | 110 | 10001 | 100110000 | 1010001 | 101110 |
Color Harmonies of #D316C6
Complementary color
Monochromatic Colors of #D316C6
Black with #D316C6
Text Example
Text Example
White with #D316C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D316C6; }
p { color: rgb(211,22,198); }
H1.HeaderClassName
{
color: #D316C6;
}
.AnyTagClassName
{
color: #D316C6;
}
</style>
background-color css
<style>
a { background-color: #D316C6; }
a { background-color: rgb(211,22,198); }
div.DivClassName
{
background-color: #D316C6;
}
.BgClassName
{
background-color: #D316C6;
}
</style>
border-color css
<style>
span { border-color: #D316C6; }
span { border-color: rgb(211,22,198); }
td.TdClassName
{
border-color: #D316C6;
}
.TagClassName
{
border-color: #D316C6;
}
</style>