Shades of Deep Magenta #D10AAF
Tints of Deep Magenta #D10AAF
RGB
CMYK
RGB Variations
Color information
#D10AAF (or 0xD10AAF) is known color: Deep Magenta. HEX triplet: D1, 0A and AF. RGB value is (209,10,175). Sum of RGB (Red+Green+Blue) = 209+10+175=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 10 (4.30% from 255 or 2.54% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D10AAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10AAF is #2EF550. Grayscale: #575757. Windows color (decimal): -3077457 or 11471569. OLE color: 11471569.
HSL color Cylindrical-coordinate representation of color #D10AAF: hue angle of 310.25º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D10AAF is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 10 | 175 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.18 |
| HSL | 310.25º | 0.91% | 0.43% | - |
| HSV(B) | 310.25º | 0.95% | 0.82% | - |
| XYZ | 34.14 | 16.87 | 42.01 | - |
| YUV | 88.31 | 176.93 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 10 | 175 | 0 | 0.95 | 0.16 | 0.18 | 310.25 | 0.91 | 0.43 |
| Hex | D1 | A | AF | 0 | 5F | 10 | 12 | 136 | 5B | 2B |
| Octal | 321 | 12 | 257 | 0 | 137 | 20 | 22 | 466 | 133 | 53 |
| Binary | 11010001 | 1010 | 10101111 | 0 | 1011111 | 10000 | 10010 | 100110110 | 1011011 | 101011 |
Color Harmonies of #D10AAF
Complementary color
Monochromatic Colors of #D10AAF
Black with #D10AAF
Text Example
Text Example
White with #D10AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10AAF; }
p { color: rgb(209,10,175); }
H1.HeaderClassName
{
color: #D10AAF;
}
.AnyTagClassName
{
color: #D10AAF;
}
</style>
background-color css
<style>
a { background-color: #D10AAF; }
a { background-color: rgb(209,10,175); }
div.DivClassName
{
background-color: #D10AAF;
}
.BgClassName
{
background-color: #D10AAF;
}
</style>
border-color css
<style>
span { border-color: #D10AAF; }
span { border-color: rgb(209,10,175); }
td.TdClassName
{
border-color: #D10AAF;
}
.TagClassName
{
border-color: #D10AAF;
}
</style>