Shades of Deep Magenta #D014AD
Tints of Deep Magenta #D014AD
RGB
CMYK
RGB Variations
Color information
#D014AD (or 0xD014AD) is known color: Deep Magenta. HEX triplet: D0, 14 and AD. RGB value is (208,20,173). Sum of RGB (Red+Green+Blue) = 208+20+173=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 20 (8.20% from 255 or 4.99% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D014AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D014AD is #2FEB52. Grayscale: #5D5D5D. Windows color (decimal): -3140435 or 11343056. OLE color: 11343056.
HSL color Cylindrical-coordinate representation of color #D014AD: hue angle of 311.17º 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 #D014AD is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 20 | 173 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.18 |
| HSL | 311.17º | 0.82% | 0.45% | - |
| HSV(B) | 311.17º | 0.9% | 0.82% | - |
| XYZ | 33.81 | 16.93 | 41.02 | - |
| YUV | 93.65 | 172.78 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 20 | 173 | 0 | 0.90 | 0.17 | 0.18 | 311.17 | 0.82 | 0.45 |
| Hex | D0 | 14 | AD | 0 | 5A | 11 | 12 | 137 | 52 | 2D |
| Octal | 320 | 24 | 255 | 0 | 132 | 21 | 22 | 467 | 122 | 55 |
| Binary | 11010000 | 10100 | 10101101 | 0 | 1011010 | 10001 | 10010 | 100110111 | 1010010 | 101101 |
Color Harmonies of #D014AD
Complementary color
Monochromatic Colors of #D014AD
Black with #D014AD
Text Example
Text Example
White with #D014AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D014AD; }
p { color: rgb(208,20,173); }
H1.HeaderClassName
{
color: #D014AD;
}
.AnyTagClassName
{
color: #D014AD;
}
</style>
background-color css
<style>
a { background-color: #D014AD; }
a { background-color: rgb(208,20,173); }
div.DivClassName
{
background-color: #D014AD;
}
.BgClassName
{
background-color: #D014AD;
}
</style>
border-color css
<style>
span { border-color: #D014AD; }
span { border-color: rgb(208,20,173); }
td.TdClassName
{
border-color: #D014AD;
}
.TagClassName
{
border-color: #D014AD;
}
</style>