Shades of Deep Magenta #D417AF
Tints of Deep Magenta #D417AF
RGB
CMYK
RGB Variations
Color information
#D417AF (or 0xD417AF) is known color: Deep Magenta. HEX triplet: D4, 17 and AF. RGB value is (212,23,175). Sum of RGB (Red+Green+Blue) = 212+23+175=410 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.71% from 410); Green value is 23 (9.38% from 255 or 5.61% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 212 - color contains mainly: red. Hex color #D417AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D417AF is #2BE850. Grayscale: #606060. Windows color (decimal): -2877521 or 11474900. OLE color: 11474900.
HSL color Cylindrical-coordinate representation of color #D417AF: hue angle of 311.75º 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 #D417AF is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 23 | 175 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.17 |
| HSL | 311.75º | 0.8% | 0.46% | - |
| HSV(B) | 311.75º | 0.89% | 0.83% | - |
| XYZ | 35.2 | 17.7 | 42.12 | - |
| YUV | 96.84 | 172.12 | 210.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 23 | 175 | 0 | 0.89 | 0.17 | 0.17 | 311.75 | 0.8 | 0.46 |
| Hex | D4 | 17 | AF | 0 | 59 | 11 | 11 | 138 | 50 | 2E |
| Octal | 324 | 27 | 257 | 0 | 131 | 21 | 21 | 470 | 120 | 56 |
| Binary | 11010100 | 10111 | 10101111 | 0 | 1011001 | 10001 | 10001 | 100111000 | 1010000 | 101110 |
Color Harmonies of #D417AF
Complementary color
Monochromatic Colors of #D417AF
Black with #D417AF
Text Example
Text Example
White with #D417AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D417AF; }
p { color: rgb(212,23,175); }
H1.HeaderClassName
{
color: #D417AF;
}
.AnyTagClassName
{
color: #D417AF;
}
</style>
background-color css
<style>
a { background-color: #D417AF; }
a { background-color: rgb(212,23,175); }
div.DivClassName
{
background-color: #D417AF;
}
.BgClassName
{
background-color: #D417AF;
}
</style>
border-color css
<style>
span { border-color: #D417AF; }
span { border-color: rgb(212,23,175); }
td.TdClassName
{
border-color: #D417AF;
}
.TagClassName
{
border-color: #D417AF;
}
</style>