Shades of Deep Magenta #D014BA
Tints of Deep Magenta #D014BA
RGB
CMYK
RGB Variations
Color information
#D014BA (or 0xD014BA) is known color: Deep Magenta. HEX triplet: D0, 14 and BA. RGB value is (208,20,186). Sum of RGB (Red+Green+Blue) = 208+20+186=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 20 (8.20% from 255 or 4.83% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D014BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D014BA is #2FEB45. Grayscale: #5E5E5E. Windows color (decimal): -3140422 or 12195024. OLE color: 12195024.
HSL color Cylindrical-coordinate representation of color #D014BA: hue angle of 307.02º 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 #D014BA is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 20 | 186 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.18 |
| HSL | 307.02º | 0.82% | 0.45% | - |
| HSV(B) | 307.02º | 0.9% | 0.82% | - |
| XYZ | 35.13 | 17.46 | 47.97 | - |
| YUV | 95.14 | 179.28 | 208.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 20 | 186 | 0 | 0.90 | 0.11 | 0.18 | 307.02 | 0.82 | 0.45 |
| Hex | D0 | 14 | BA | 0 | 5A | B | 12 | 133 | 52 | 2D |
| Octal | 320 | 24 | 272 | 0 | 132 | 13 | 22 | 463 | 122 | 55 |
| Binary | 11010000 | 10100 | 10111010 | 0 | 1011010 | 1011 | 10010 | 100110011 | 1010010 | 101101 |
Color Harmonies of #D014BA
Complementary color
Monochromatic Colors of #D014BA
Black with #D014BA
Text Example
Text Example
White with #D014BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D014BA; }
p { color: rgb(208,20,186); }
H1.HeaderClassName
{
color: #D014BA;
}
.AnyTagClassName
{
color: #D014BA;
}
</style>
background-color css
<style>
a { background-color: #D014BA; }
a { background-color: rgb(208,20,186); }
div.DivClassName
{
background-color: #D014BA;
}
.BgClassName
{
background-color: #D014BA;
}
</style>
border-color css
<style>
span { border-color: #D014BA; }
span { border-color: rgb(208,20,186); }
td.TdClassName
{
border-color: #D014BA;
}
.TagClassName
{
border-color: #D014BA;
}
</style>