Shades of Deep Magenta #D110AF
Tints of Deep Magenta #D110AF
RGB
CMYK
RGB Variations
Color information
#D110AF (or 0xD110AF) is known color: Deep Magenta. HEX triplet: D1, 10 and AF. RGB value is (209,16,175). Sum of RGB (Red+Green+Blue) = 209+16+175=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 16 (6.64% from 255 or 4% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D110AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D110AF is #2EEF50. Grayscale: #5B5B5B. Windows color (decimal): -3075921 or 11473105. OLE color: 11473105.
HSL color Cylindrical-coordinate representation of color #D110AF: hue angle of 310.57º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D110AF is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 175 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.18 |
| HSL | 310.57º | 0.86% | 0.44% | - |
| HSV(B) | 310.57º | 0.92% | 0.82% | - |
| XYZ | 34.22 | 17.02 | 42.04 | - |
| YUV | 91.83 | 174.94 | 211.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 175 | 0 | 0.92 | 0.16 | 0.18 | 310.57 | 0.86 | 0.44 |
| Hex | D1 | 10 | AF | 0 | 5C | 10 | 12 | 137 | 56 | 2C |
| Octal | 321 | 20 | 257 | 0 | 134 | 20 | 22 | 467 | 126 | 54 |
| Binary | 11010001 | 10000 | 10101111 | 0 | 1011100 | 10000 | 10010 | 100110111 | 1010110 | 101100 |
Color Harmonies of #D110AF
Complementary color
Monochromatic Colors of #D110AF
Black with #D110AF
Text Example
Text Example
White with #D110AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D110AF; }
p { color: rgb(209,16,175); }
H1.HeaderClassName
{
color: #D110AF;
}
.AnyTagClassName
{
color: #D110AF;
}
</style>
background-color css
<style>
a { background-color: #D110AF; }
a { background-color: rgb(209,16,175); }
div.DivClassName
{
background-color: #D110AF;
}
.BgClassName
{
background-color: #D110AF;
}
</style>
border-color css
<style>
span { border-color: #D110AF; }
span { border-color: rgb(209,16,175); }
td.TdClassName
{
border-color: #D110AF;
}
.TagClassName
{
border-color: #D110AF;
}
</style>