Shades of Deep Magenta #D010AF
Tints of Deep Magenta #D010AF
RGB
CMYK
RGB Variations
Color information
#D010AF (or 0xD010AF) is known color: Deep Magenta. HEX triplet: D0, 10 and AF. RGB value is (208,16,175). Sum of RGB (Red+Green+Blue) = 208+16+175=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 16 (6.64% from 255 or 4.01% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D010AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D010AF is #2FEF50. Grayscale: #5B5B5B. Windows color (decimal): -3141457 or 11473104. OLE color: 11473104.
HSL color Cylindrical-coordinate representation of color #D010AF: hue angle of 310.31º 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 #D010AF is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 16 | 175 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.18 |
| HSL | 310.31º | 0.86% | 0.44% | - |
| HSV(B) | 310.31º | 0.92% | 0.82% | - |
| XYZ | 33.94 | 16.88 | 42.03 | - |
| YUV | 91.53 | 175.11 | 211.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 16 | 175 | 0 | 0.92 | 0.16 | 0.18 | 310.31 | 0.86 | 0.44 |
| Hex | D0 | 10 | AF | 0 | 5C | 10 | 12 | 136 | 56 | 2C |
| Octal | 320 | 20 | 257 | 0 | 134 | 20 | 22 | 466 | 126 | 54 |
| Binary | 11010000 | 10000 | 10101111 | 0 | 1011100 | 10000 | 10010 | 100110110 | 1010110 | 101100 |
Color Harmonies of #D010AF
Complementary color
Monochromatic Colors of #D010AF
Black with #D010AF
Text Example
Text Example
White with #D010AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D010AF; }
p { color: rgb(208,16,175); }
H1.HeaderClassName
{
color: #D010AF;
}
.AnyTagClassName
{
color: #D010AF;
}
</style>
background-color css
<style>
a { background-color: #D010AF; }
a { background-color: rgb(208,16,175); }
div.DivClassName
{
background-color: #D010AF;
}
.BgClassName
{
background-color: #D010AF;
}
</style>
border-color css
<style>
span { border-color: #D010AF; }
span { border-color: rgb(208,16,175); }
td.TdClassName
{
border-color: #D010AF;
}
.TagClassName
{
border-color: #D010AF;
}
</style>