Shades of Deep Magenta #D015AF
Tints of Deep Magenta #D015AF
RGB
CMYK
RGB Variations
Color information
#D015AF (or 0xD015AF) is known color: Deep Magenta. HEX triplet: D0, 15 and AF. RGB value is (208,21,175). Sum of RGB (Red+Green+Blue) = 208+21+175=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 21 (8.59% from 255 or 5.20% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D015AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D015AF is #2FEA50. Grayscale: #5E5E5E. Windows color (decimal): -3140177 or 11474384. OLE color: 11474384.
HSL color Cylindrical-coordinate representation of color #D015AF: hue angle of 310.59º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D015AF is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 21 | 175 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.18 |
| HSL | 310.59º | 0.82% | 0.45% | - |
| HSV(B) | 310.59º | 0.9% | 0.82% | - |
| XYZ | 34.02 | 17.04 | 42.05 | - |
| YUV | 94.47 | 173.45 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 21 | 175 | 0 | 0.90 | 0.16 | 0.18 | 310.59 | 0.82 | 0.45 |
| Hex | D0 | 15 | AF | 0 | 5A | 10 | 12 | 137 | 52 | 2D |
| Octal | 320 | 25 | 257 | 0 | 132 | 20 | 22 | 467 | 122 | 55 |
| Binary | 11010000 | 10101 | 10101111 | 0 | 1011010 | 10000 | 10010 | 100110111 | 1010010 | 101101 |
Color Harmonies of #D015AF
Complementary color
Monochromatic Colors of #D015AF
Black with #D015AF
Text Example
Text Example
White with #D015AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D015AF; }
p { color: rgb(208,21,175); }
H1.HeaderClassName
{
color: #D015AF;
}
.AnyTagClassName
{
color: #D015AF;
}
</style>
background-color css
<style>
a { background-color: #D015AF; }
a { background-color: rgb(208,21,175); }
div.DivClassName
{
background-color: #D015AF;
}
.BgClassName
{
background-color: #D015AF;
}
</style>
border-color css
<style>
span { border-color: #D015AF; }
span { border-color: rgb(208,21,175); }
td.TdClassName
{
border-color: #D015AF;
}
.TagClassName
{
border-color: #D015AF;
}
</style>