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