Shades of Deep Magenta #D416AF
Tints of Deep Magenta #D416AF
RGB
CMYK
RGB Variations
Color information
#D416AF (or 0xD416AF) is known color: Deep Magenta. HEX triplet: D4, 16 and AF. RGB value is (212,22,175). Sum of RGB (Red+Green+Blue) = 212+22+175=409 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.83% from 409); Green value is 22 (8.98% from 255 or 5.38% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 212 - color contains mainly: red. Hex color #D416AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D416AF is #2BE950. Grayscale: #5F5F5F. Windows color (decimal): -2877777 or 11474644. OLE color: 11474644.
HSL color Cylindrical-coordinate representation of color #D416AF: hue angle of 311.68º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D416AF is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 22 | 175 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.17 |
| HSL | 311.68º | 0.81% | 0.46% | - |
| HSV(B) | 311.68º | 0.9% | 0.83% | - |
| XYZ | 35.18 | 17.67 | 42.11 | - |
| YUV | 96.25 | 172.45 | 210.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 175 | 0 | 0.90 | 0.17 | 0.17 | 311.68 | 0.81 | 0.46 |
| Hex | D4 | 16 | AF | 0 | 5A | 11 | 11 | 138 | 51 | 2E |
| Octal | 324 | 26 | 257 | 0 | 132 | 21 | 21 | 470 | 121 | 56 |
| Binary | 11010100 | 10110 | 10101111 | 0 | 1011010 | 10001 | 10001 | 100111000 | 1010001 | 101110 |
Color Harmonies of #D416AF
Complementary color
Monochromatic Colors of #D416AF
Black with #D416AF
Text Example
Text Example
White with #D416AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D416AF; }
p { color: rgb(212,22,175); }
H1.HeaderClassName
{
color: #D416AF;
}
.AnyTagClassName
{
color: #D416AF;
}
</style>
background-color css
<style>
a { background-color: #D416AF; }
a { background-color: rgb(212,22,175); }
div.DivClassName
{
background-color: #D416AF;
}
.BgClassName
{
background-color: #D416AF;
}
</style>
border-color css
<style>
span { border-color: #D416AF; }
span { border-color: rgb(212,22,175); }
td.TdClassName
{
border-color: #D416AF;
}
.TagClassName
{
border-color: #D416AF;
}
</style>