Shades of Deep Magenta #D316C0
Tints of Deep Magenta #D316C0
RGB
CMYK
RGB Variations
Color information
#D316C0 (or 0xD316C0) is known color: Deep Magenta. HEX triplet: D3, 16 and C0. RGB value is (211,22,192). Sum of RGB (Red+Green+Blue) = 211+22+192=425 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.65% from 425); Green value is 22 (8.98% from 255 or 5.18% from 425); Blue value is 192 (75.39% from 255 or 45.18% from 425); Max value from RGB is 211 - color contains mainly: red. Hex color #D316C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D316C0 is #2CE93F. Grayscale: #616161. Windows color (decimal): -2943296 or 12588755. OLE color: 12588755.
HSL color Cylindrical-coordinate representation of color #D316C0: hue angle of 306.03º 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 #D316C0 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 22 | 192 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.17 |
| HSL | 306.03º | 0.81% | 0.46% | - |
| HSV(B) | 306.03º | 0.9% | 0.83% | - |
| XYZ | 36.67 | 18.23 | 51.46 | - |
| YUV | 97.89 | 181.12 | 208.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 22 | 192 | 0 | 0.90 | 0.09 | 0.17 | 306.03 | 0.81 | 0.46 |
| Hex | D3 | 16 | C0 | 0 | 5A | 9 | 11 | 132 | 51 | 2E |
| Octal | 323 | 26 | 300 | 0 | 132 | 11 | 21 | 462 | 121 | 56 |
| Binary | 11010011 | 10110 | 11000000 | 0 | 1011010 | 1001 | 10001 | 100110010 | 1010001 | 101110 |
Color Harmonies of #D316C0
Complementary color
Monochromatic Colors of #D316C0
Black with #D316C0
Text Example
Text Example
White with #D316C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D316C0; }
p { color: rgb(211,22,192); }
H1.HeaderClassName
{
color: #D316C0;
}
.AnyTagClassName
{
color: #D316C0;
}
</style>
background-color css
<style>
a { background-color: #D316C0; }
a { background-color: rgb(211,22,192); }
div.DivClassName
{
background-color: #D316C0;
}
.BgClassName
{
background-color: #D316C0;
}
</style>
border-color css
<style>
span { border-color: #D316C0; }
span { border-color: rgb(211,22,192); }
td.TdClassName
{
border-color: #D316C0;
}
.TagClassName
{
border-color: #D316C0;
}
</style>