Shades of Deep Magenta #D317C1
Tints of Deep Magenta #D317C1
RGB
CMYK
RGB Variations
Color information
#D317C1 (or 0xD317C1) is known color: Deep Magenta. HEX triplet: D3, 17 and C1. RGB value is (211,23,193). Sum of RGB (Red+Green+Blue) = 211+23+193=427 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.41% from 427); Green value is 23 (9.38% from 255 or 5.39% from 427); Blue value is 193 (75.78% from 255 or 45.20% from 427); Max value from RGB is 211 - color contains mainly: red. Hex color #D317C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D317C1 is #2CE83E. Grayscale: #626262. Windows color (decimal): -2943039 or 12654547. OLE color: 12654547.
HSL color Cylindrical-coordinate representation of color #D317C1: hue angle of 305.74º 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 #D317C1 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 23 | 193 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.17 |
| HSL | 305.74º | 0.8% | 0.46% | - |
| HSV(B) | 305.74º | 0.89% | 0.83% | - |
| XYZ | 36.8 | 18.31 | 52.05 | - |
| YUV | 98.59 | 181.28 | 208.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 23 | 193 | 0 | 0.89 | 0.09 | 0.17 | 305.74 | 0.8 | 0.46 |
| Hex | D3 | 17 | C1 | 0 | 59 | 9 | 11 | 132 | 50 | 2E |
| Octal | 323 | 27 | 301 | 0 | 131 | 11 | 21 | 462 | 120 | 56 |
| Binary | 11010011 | 10111 | 11000001 | 0 | 1011001 | 1001 | 10001 | 100110010 | 1010000 | 101110 |
Color Harmonies of #D317C1
Complementary color
Monochromatic Colors of #D317C1
Black with #D317C1
Text Example
Text Example
White with #D317C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D317C1; }
p { color: rgb(211,23,193); }
H1.HeaderClassName
{
color: #D317C1;
}
.AnyTagClassName
{
color: #D317C1;
}
</style>
background-color css
<style>
a { background-color: #D317C1; }
a { background-color: rgb(211,23,193); }
div.DivClassName
{
background-color: #D317C1;
}
.BgClassName
{
background-color: #D317C1;
}
</style>
border-color css
<style>
span { border-color: #D317C1; }
span { border-color: rgb(211,23,193); }
td.TdClassName
{
border-color: #D317C1;
}
.TagClassName
{
border-color: #D317C1;
}
</style>