Shades of Deep Magenta #AD14BB
Tints of Deep Magenta #AD14BB
RGB
CMYK
RGB Variations
Color information
#AD14BB (or 0xAD14BB) is known color: Deep Magenta. HEX triplet: AD, 14 and BB. RGB value is (173,20,187). Sum of RGB (Red+Green+Blue) = 173+20+187=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 20 (8.20% from 255 or 5.26% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD14BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD14BB is #52EB44. Grayscale: #545454. Windows color (decimal): -5434181 or 12260525. OLE color: 12260525.
HSL color Cylindrical-coordinate representation of color #AD14BB: hue angle of 294.97º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD14BB is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 20 | 187 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.27 |
| HSL | 294.97º | 0.81% | 0.41% | - |
| HSV(B) | 294.97º | 0.89% | 0.73% | - |
| XYZ | 26.45 | 12.97 | 48.12 | - |
| YUV | 84.79 | 185.69 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 187 | 0.07 | 0.89 | 0 | 0.27 | 294.97 | 0.81 | 0.41 |
| Hex | AD | 14 | BB | 7 | 59 | 0 | 1B | 127 | 51 | 29 |
| Octal | 255 | 24 | 273 | 7 | 131 | 0 | 33 | 447 | 121 | 51 |
| Binary | 10101101 | 10100 | 10111011 | 111 | 1011001 | 0 | 11011 | 100100111 | 1010001 | 101001 |
Color Harmonies of #AD14BB
Complementary color
Monochromatic Colors of #AD14BB
Black with #AD14BB
Text Example
Text Example
White with #AD14BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD14BB; }
p { color: rgb(173,20,187); }
H1.HeaderClassName
{
color: #AD14BB;
}
.AnyTagClassName
{
color: #AD14BB;
}
</style>
background-color css
<style>
a { background-color: #AD14BB; }
a { background-color: rgb(173,20,187); }
div.DivClassName
{
background-color: #AD14BB;
}
.BgClassName
{
background-color: #AD14BB;
}
</style>
border-color css
<style>
span { border-color: #AD14BB; }
span { border-color: rgb(173,20,187); }
td.TdClassName
{
border-color: #AD14BB;
}
.TagClassName
{
border-color: #AD14BB;
}
</style>