Shades of Deep Magenta #D80AB1
Tints of Deep Magenta #D80AB1
RGB
CMYK
RGB Variations
Color information
#D80AB1 (or 0xD80AB1) is known color: Deep Magenta. HEX triplet: D8, 0A and B1. RGB value is (216,10,177). Sum of RGB (Red+Green+Blue) = 216+10+177=403 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.60% from 403); Green value is 10 (4.30% from 255 or 2.48% from 403); Blue value is 177 (69.53% from 255 or 43.92% from 403); Max value from RGB is 216 - color contains mainly: red. Hex color #D80AB1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80AB1 is #27F54E. Grayscale: #5A5A5A. Windows color (decimal): -2618703 or 11602648. OLE color: 11602648.
HSL color Cylindrical-coordinate representation of color #D80AB1: hue angle of 311.36º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80AB1 is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 10 | 177 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.15 |
| HSL | 311.36º | 0.91% | 0.44% | - |
| HSV(B) | 311.36º | 0.95% | 0.85% | - |
| XYZ | 36.36 | 17.99 | 43.15 | - |
| YUV | 90.63 | 176.75 | 217.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 10 | 177 | 0 | 0.95 | 0.18 | 0.15 | 311.36 | 0.91 | 0.44 |
| Hex | D8 | A | B1 | 0 | 5F | 12 | F | 137 | 5B | 2C |
| Octal | 330 | 12 | 261 | 0 | 137 | 22 | 17 | 467 | 133 | 54 |
| Binary | 11011000 | 1010 | 10110001 | 0 | 1011111 | 10010 | 1111 | 100110111 | 1011011 | 101100 |
Color Harmonies of #D80AB1
Complementary color
Monochromatic Colors of #D80AB1
Black with #D80AB1
Text Example
Text Example
White with #D80AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80AB1; }
p { color: rgb(216,10,177); }
H1.HeaderClassName
{
color: #D80AB1;
}
.AnyTagClassName
{
color: #D80AB1;
}
</style>
background-color css
<style>
a { background-color: #D80AB1; }
a { background-color: rgb(216,10,177); }
div.DivClassName
{
background-color: #D80AB1;
}
.BgClassName
{
background-color: #D80AB1;
}
</style>
border-color css
<style>
span { border-color: #D80AB1; }
span { border-color: rgb(216,10,177); }
td.TdClassName
{
border-color: #D80AB1;
}
.TagClassName
{
border-color: #D80AB1;
}
</style>