Shades of Deep Magenta #AD14BD
Tints of Deep Magenta #AD14BD
RGB
CMYK
RGB Variations
Color information
#AD14BD (or 0xAD14BD) is known color: Deep Magenta. HEX triplet: AD, 14 and BD. RGB value is (173,20,189). Sum of RGB (Red+Green+Blue) = 173+20+189=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 20 (8.20% from 255 or 5.24% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD14BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD14BD is #52EB42. Grayscale: #545454. Windows color (decimal): -5434179 or 12391597. OLE color: 12391597.
HSL color Cylindrical-coordinate representation of color #AD14BD: hue angle of 294.32º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD14BD is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 20 | 189 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.26 |
| HSL | 294.32º | 0.81% | 0.41% | - |
| HSV(B) | 294.32º | 0.89% | 0.74% | - |
| XYZ | 26.67 | 13.06 | 49.26 | - |
| YUV | 85.01 | 186.69 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 189 | 0.08 | 0.89 | 0 | 0.26 | 294.32 | 0.81 | 0.41 |
| Hex | AD | 14 | BD | 8 | 59 | 0 | 1A | 126 | 51 | 29 |
| Octal | 255 | 24 | 275 | 10 | 131 | 0 | 32 | 446 | 121 | 51 |
| Binary | 10101101 | 10100 | 10111101 | 1000 | 1011001 | 0 | 11010 | 100100110 | 1010001 | 101001 |
Color Harmonies of #AD14BD
Complementary color
Monochromatic Colors of #AD14BD
Black with #AD14BD
Text Example
Text Example
White with #AD14BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD14BD; }
p { color: rgb(173,20,189); }
H1.HeaderClassName
{
color: #AD14BD;
}
.AnyTagClassName
{
color: #AD14BD;
}
</style>
background-color css
<style>
a { background-color: #AD14BD; }
a { background-color: rgb(173,20,189); }
div.DivClassName
{
background-color: #AD14BD;
}
.BgClassName
{
background-color: #AD14BD;
}
</style>
border-color css
<style>
span { border-color: #AD14BD; }
span { border-color: rgb(173,20,189); }
td.TdClassName
{
border-color: #AD14BD;
}
.TagClassName
{
border-color: #AD14BD;
}
</style>