Shades of Deep Magenta #D316CE
Tints of Deep Magenta #D316CE
RGB
CMYK
RGB Variations
Color information
#D316CE (or 0xD316CE) is known color: Deep Magenta. HEX triplet: D3, 16 and CE. RGB value is (211,22,206). Sum of RGB (Red+Green+Blue) = 211+22+206=439 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.06% from 439); Green value is 22 (8.98% from 255 or 5.01% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 211 - color contains mainly: red. Hex color #D316CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D316CE is #2CE931. Grayscale: #626262. Windows color (decimal): -2943282 or 13506259. OLE color: 13506259.
HSL color Cylindrical-coordinate representation of color #D316CE: hue angle of 301.59º 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 #D316CE is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 22 | 206 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.17 |
| HSL | 301.59º | 0.81% | 0.46% | - |
| HSV(B) | 301.59º | 0.9% | 0.83% | - |
| XYZ | 38.29 | 18.88 | 60.02 | - |
| YUV | 99.49 | 188.12 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 22 | 206 | 0 | 0.90 | 0.02 | 0.17 | 301.59 | 0.81 | 0.46 |
| Hex | D3 | 16 | CE | 0 | 5A | 2 | 11 | 12E | 51 | 2E |
| Octal | 323 | 26 | 316 | 0 | 132 | 2 | 21 | 456 | 121 | 56 |
| Binary | 11010011 | 10110 | 11001110 | 0 | 1011010 | 10 | 10001 | 100101110 | 1010001 | 101110 |
Color Harmonies of #D316CE
Complementary color
Monochromatic Colors of #D316CE
Black with #D316CE
Text Example
Text Example
White with #D316CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D316CE; }
p { color: rgb(211,22,206); }
H1.HeaderClassName
{
color: #D316CE;
}
.AnyTagClassName
{
color: #D316CE;
}
</style>
background-color css
<style>
a { background-color: #D316CE; }
a { background-color: rgb(211,22,206); }
div.DivClassName
{
background-color: #D316CE;
}
.BgClassName
{
background-color: #D316CE;
}
</style>
border-color css
<style>
span { border-color: #D316CE; }
span { border-color: rgb(211,22,206); }
td.TdClassName
{
border-color: #D316CE;
}
.TagClassName
{
border-color: #D316CE;
}
</style>