Shades of Deep Magenta #D013AF
Tints of Deep Magenta #D013AF
RGB
CMYK
RGB Variations
Color information
#D013AF (or 0xD013AF) is known color: Deep Magenta. HEX triplet: D0, 13 and AF. RGB value is (208,19,175). Sum of RGB (Red+Green+Blue) = 208+19+175=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 19 (7.81% from 255 or 4.73% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D013AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D013AF is #2FEC50. Grayscale: #5C5C5C. Windows color (decimal): -3140689 or 11473872. OLE color: 11473872.
HSL color Cylindrical-coordinate representation of color #D013AF: hue angle of 310.48º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D013AF is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 19 | 175 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.18 |
| HSL | 310.48º | 0.83% | 0.45% | - |
| HSV(B) | 310.48º | 0.91% | 0.82% | - |
| XYZ | 33.98 | 16.97 | 42.04 | - |
| YUV | 93.3 | 174.12 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 19 | 175 | 0 | 0.91 | 0.16 | 0.18 | 310.48 | 0.83 | 0.45 |
| Hex | D0 | 13 | AF | 0 | 5B | 10 | 12 | 136 | 53 | 2D |
| Octal | 320 | 23 | 257 | 0 | 133 | 20 | 22 | 466 | 123 | 55 |
| Binary | 11010000 | 10011 | 10101111 | 0 | 1011011 | 10000 | 10010 | 100110110 | 1010011 | 101101 |
Color Harmonies of #D013AF
Complementary color
Monochromatic Colors of #D013AF
Black with #D013AF
Text Example
Text Example
White with #D013AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D013AF; }
p { color: rgb(208,19,175); }
H1.HeaderClassName
{
color: #D013AF;
}
.AnyTagClassName
{
color: #D013AF;
}
</style>
background-color css
<style>
a { background-color: #D013AF; }
a { background-color: rgb(208,19,175); }
div.DivClassName
{
background-color: #D013AF;
}
.BgClassName
{
background-color: #D013AF;
}
</style>
border-color css
<style>
span { border-color: #D013AF; }
span { border-color: rgb(208,19,175); }
td.TdClassName
{
border-color: #D013AF;
}
.TagClassName
{
border-color: #D013AF;
}
</style>