Shades of Deep Magenta #D317D7
Tints of Deep Magenta #D317D7
RGB
CMYK
RGB Variations
Color information
#D317D7 (or 0xD317D7) is known color: Deep Magenta. HEX triplet: D3, 17 and D7. RGB value is (211,23,215). Sum of RGB (Red+Green+Blue) = 211+23+215=449 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.99% from 449); Green value is 23 (9.38% from 255 or 5.12% from 449); Blue value is 215 (84.38% from 255 or 47.88% from 449); Max value from RGB is 215 - color contains mainly: blue. Hex color #D317D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D317D7 is #2CE828. Grayscale: #646464. Windows color (decimal): -2943017 or 14096339. OLE color: 14096339.
HSL color Cylindrical-coordinate representation of color #D317D7: hue angle of 298.75º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D317D7 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 23 | 215 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.16 |
| HSL | 298.75º | 0.81% | 0.47% | - |
| HSV(B) | 298.75º | 0.89% | 0.84% | - |
| XYZ | 39.44 | 19.37 | 65.95 | - |
| YUV | 101.1 | 192.28 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 23 | 215 | 0.02 | 0.89 | 0 | 0.16 | 298.75 | 0.81 | 0.47 |
| Hex | D3 | 17 | D7 | 2 | 59 | 0 | 10 | 12B | 51 | 2F |
| Octal | 323 | 27 | 327 | 2 | 131 | 0 | 20 | 453 | 121 | 57 |
| Binary | 11010011 | 10111 | 11010111 | 10 | 1011001 | 0 | 10000 | 100101011 | 1010001 | 101111 |
Color Harmonies of #D317D7
Complementary color
Monochromatic Colors of #D317D7
Black with #D317D7
Text Example
Text Example
White with #D317D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D317D7; }
p { color: rgb(211,23,215); }
H1.HeaderClassName
{
color: #D317D7;
}
.AnyTagClassName
{
color: #D317D7;
}
</style>
background-color css
<style>
a { background-color: #D317D7; }
a { background-color: rgb(211,23,215); }
div.DivClassName
{
background-color: #D317D7;
}
.BgClassName
{
background-color: #D317D7;
}
</style>
border-color css
<style>
span { border-color: #D317D7; }
span { border-color: rgb(211,23,215); }
td.TdClassName
{
border-color: #D317D7;
}
.TagClassName
{
border-color: #D317D7;
}
</style>