Shades of Deep Magenta #D317DC
Tints of Deep Magenta #D317DC
RGB
CMYK
RGB Variations
Color information
#D317DC (or 0xD317DC) is known color: Deep Magenta. HEX triplet: D3, 17 and DC. RGB value is (211,23,220). Sum of RGB (Red+Green+Blue) = 211+23+220=454 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.48% from 454); Green value is 23 (9.38% from 255 or 5.07% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #D317DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D317DC is #2CE823. Grayscale: #656565. Windows color (decimal): -2943012 or 14424019. OLE color: 14424019.
HSL color Cylindrical-coordinate representation of color #D317DC: hue angle of 297.26º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D317DC is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 23 | 220 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.14 |
| HSL | 297.26º | 0.81% | 0.48% | - |
| HSV(B) | 297.26º | 0.9% | 0.86% | - |
| XYZ | 40.09 | 19.63 | 69.39 | - |
| YUV | 101.67 | 194.78 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 23 | 220 | 0.04 | 0.90 | 0 | 0.14 | 297.26 | 0.81 | 0.48 |
| Hex | D3 | 17 | DC | 4 | 5A | 0 | E | 129 | 51 | 30 |
| Octal | 323 | 27 | 334 | 4 | 132 | 0 | 16 | 451 | 121 | 60 |
| Binary | 11010011 | 10111 | 11011100 | 100 | 1011010 | 0 | 1110 | 100101001 | 1010001 | 110000 |
Color Harmonies of #D317DC
Complementary color
Monochromatic Colors of #D317DC
Black with #D317DC
Text Example
Text Example
White with #D317DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D317DC; }
p { color: rgb(211,23,220); }
H1.HeaderClassName
{
color: #D317DC;
}
.AnyTagClassName
{
color: #D317DC;
}
</style>
background-color css
<style>
a { background-color: #D317DC; }
a { background-color: rgb(211,23,220); }
div.DivClassName
{
background-color: #D317DC;
}
.BgClassName
{
background-color: #D317DC;
}
</style>
border-color css
<style>
span { border-color: #D317DC; }
span { border-color: rgb(211,23,220); }
td.TdClassName
{
border-color: #D317DC;
}
.TagClassName
{
border-color: #D317DC;
}
</style>