Shades of Deep Magenta #D120AF
Tints of Deep Magenta #D120AF
RGB
CMYK
RGB Variations
Color information
#D120AF (or 0xD120AF) is known color: Deep Magenta. HEX triplet: D1, 20 and AF. RGB value is (209,32,175). Sum of RGB (Red+Green+Blue) = 209+32+175=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 32 (12.89% from 255 or 7.69% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D120AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D120AF is #2EDF50. Grayscale: #646464. Windows color (decimal): -3071825 or 11477201. OLE color: 11477201.
HSL color Cylindrical-coordinate representation of color #D120AF: hue angle of 311.53º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D120AF is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 175 | - |
| CMYK | 0 | 0.85 | 0.16 | 0.18 |
| HSL | 311.53º | 0.73% | 0.47% | - |
| HSV(B) | 311.53º | 0.85% | 0.82% | - |
| XYZ | 34.55 | 17.68 | 42.15 | - |
| YUV | 101.23 | 169.64 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 175 | 0 | 0.85 | 0.16 | 0.18 | 311.53 | 0.73 | 0.47 |
| Hex | D1 | 20 | AF | 0 | 55 | 10 | 12 | 138 | 49 | 2F |
| Octal | 321 | 40 | 257 | 0 | 125 | 20 | 22 | 470 | 111 | 57 |
| Binary | 11010001 | 100000 | 10101111 | 0 | 1010101 | 10000 | 10010 | 100111000 | 1001001 | 101111 |
Color Harmonies of #D120AF
Complementary color
Monochromatic Colors of #D120AF
Black with #D120AF
Text Example
Text Example
White with #D120AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D120AF; }
p { color: rgb(209,32,175); }
H1.HeaderClassName
{
color: #D120AF;
}
.AnyTagClassName
{
color: #D120AF;
}
</style>
background-color css
<style>
a { background-color: #D120AF; }
a { background-color: rgb(209,32,175); }
div.DivClassName
{
background-color: #D120AF;
}
.BgClassName
{
background-color: #D120AF;
}
</style>
border-color css
<style>
span { border-color: #D120AF; }
span { border-color: rgb(209,32,175); }
td.TdClassName
{
border-color: #D120AF;
}
.TagClassName
{
border-color: #D120AF;
}
</style>