Shades of Deep Magenta #D317AF
Tints of Deep Magenta #D317AF
RGB
CMYK
RGB Variations
Color information
#D317AF (or 0xD317AF) is known color: Deep Magenta. HEX triplet: D3, 17 and AF. RGB value is (211,23,175). Sum of RGB (Red+Green+Blue) = 211+23+175=409 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.59% from 409); Green value is 23 (9.38% from 255 or 5.62% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 211 - color contains mainly: red. Hex color #D317AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D317AF is #2CE850. Grayscale: #606060. Windows color (decimal): -2943057 or 11474899. OLE color: 11474899.
HSL color Cylindrical-coordinate representation of color #D317AF: hue angle of 311.49º 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 #D317AF is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 23 | 175 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.17 |
| HSL | 311.49º | 0.8% | 0.46% | - |
| HSV(B) | 311.49º | 0.89% | 0.83% | - |
| XYZ | 34.91 | 17.56 | 42.11 | - |
| YUV | 96.54 | 172.28 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 23 | 175 | 0 | 0.89 | 0.17 | 0.17 | 311.49 | 0.8 | 0.46 |
| Hex | D3 | 17 | AF | 0 | 59 | 11 | 11 | 137 | 50 | 2E |
| Octal | 323 | 27 | 257 | 0 | 131 | 21 | 21 | 467 | 120 | 56 |
| Binary | 11010011 | 10111 | 10101111 | 0 | 1011001 | 10001 | 10001 | 100110111 | 1010000 | 101110 |
Color Harmonies of #D317AF
Complementary color
Monochromatic Colors of #D317AF
Black with #D317AF
Text Example
Text Example
White with #D317AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D317AF; }
p { color: rgb(211,23,175); }
H1.HeaderClassName
{
color: #D317AF;
}
.AnyTagClassName
{
color: #D317AF;
}
</style>
background-color css
<style>
a { background-color: #D317AF; }
a { background-color: rgb(211,23,175); }
div.DivClassName
{
background-color: #D317AF;
}
.BgClassName
{
background-color: #D317AF;
}
</style>
border-color css
<style>
span { border-color: #D317AF; }
span { border-color: rgb(211,23,175); }
td.TdClassName
{
border-color: #D317AF;
}
.TagClassName
{
border-color: #D317AF;
}
</style>