Shades of Deep Magenta #D317CE
Tints of Deep Magenta #D317CE
RGB
CMYK
RGB Variations
Color information
#D317CE (or 0xD317CE) is known color: Deep Magenta. HEX triplet: D3, 17 and CE. RGB value is (211,23,206). Sum of RGB (Red+Green+Blue) = 211+23+206=440 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.95% from 440); Green value is 23 (9.38% from 255 or 5.23% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 211 - color contains mainly: red. Hex color #D317CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D317CE is #2CE831. Grayscale: #636363. Windows color (decimal): -2943026 or 13506515. OLE color: 13506515.
HSL color Cylindrical-coordinate representation of color #D317CE: hue angle of 301.6º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D317CE is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 23 | 206 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.17 |
| HSL | 301.6º | 0.8% | 0.46% | - |
| HSV(B) | 301.6º | 0.89% | 0.83% | - |
| XYZ | 38.31 | 18.92 | 60.02 | - |
| YUV | 100.07 | 187.78 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 23 | 206 | 0 | 0.89 | 0.02 | 0.17 | 301.6 | 0.8 | 0.46 |
| Hex | D3 | 17 | CE | 0 | 59 | 2 | 11 | 12E | 50 | 2E |
| Octal | 323 | 27 | 316 | 0 | 131 | 2 | 21 | 456 | 120 | 56 |
| Binary | 11010011 | 10111 | 11001110 | 0 | 1011001 | 10 | 10001 | 100101110 | 1010000 | 101110 |
Color Harmonies of #D317CE
Complementary color
Monochromatic Colors of #D317CE
Black with #D317CE
Text Example
Text Example
White with #D317CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D317CE; }
p { color: rgb(211,23,206); }
H1.HeaderClassName
{
color: #D317CE;
}
.AnyTagClassName
{
color: #D317CE;
}
</style>
background-color css
<style>
a { background-color: #D317CE; }
a { background-color: rgb(211,23,206); }
div.DivClassName
{
background-color: #D317CE;
}
.BgClassName
{
background-color: #D317CE;
}
</style>
border-color css
<style>
span { border-color: #D317CE; }
span { border-color: rgb(211,23,206); }
td.TdClassName
{
border-color: #D317CE;
}
.TagClassName
{
border-color: #D317CE;
}
</style>