Shades of Deep Magenta #D80AB9
Tints of Deep Magenta #D80AB9
RGB
CMYK
RGB Variations
Color information
#D80AB9 (or 0xD80AB9) is known color: Deep Magenta. HEX triplet: D8, 0A and B9. RGB value is (216,10,185). Sum of RGB (Red+Green+Blue) = 216+10+185=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 10 (4.30% from 255 or 2.43% from 411); Blue value is 185 (72.66% from 255 or 45.01% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D80AB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80AB9 is #27F546. Grayscale: #5B5B5B. Windows color (decimal): -2618695 or 12126936. OLE color: 12126936.
HSL color Cylindrical-coordinate representation of color #D80AB9: hue angle of 309.03º 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 #D80AB9 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 10 | 185 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.15 |
| HSL | 309.03º | 0.91% | 0.44% | - |
| HSV(B) | 309.03º | 0.95% | 0.85% | - |
| XYZ | 37.18 | 18.32 | 47.47 | - |
| YUV | 91.54 | 180.75 | 216.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 10 | 185 | 0 | 0.95 | 0.14 | 0.15 | 309.03 | 0.91 | 0.44 |
| Hex | D8 | A | B9 | 0 | 5F | E | F | 135 | 5B | 2C |
| Octal | 330 | 12 | 271 | 0 | 137 | 16 | 17 | 465 | 133 | 54 |
| Binary | 11011000 | 1010 | 10111001 | 0 | 1011111 | 1110 | 1111 | 100110101 | 1011011 | 101100 |
Color Harmonies of #D80AB9
Complementary color
Monochromatic Colors of #D80AB9
Black with #D80AB9
Text Example
Text Example
White with #D80AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80AB9; }
p { color: rgb(216,10,185); }
H1.HeaderClassName
{
color: #D80AB9;
}
.AnyTagClassName
{
color: #D80AB9;
}
</style>
background-color css
<style>
a { background-color: #D80AB9; }
a { background-color: rgb(216,10,185); }
div.DivClassName
{
background-color: #D80AB9;
}
.BgClassName
{
background-color: #D80AB9;
}
</style>
border-color css
<style>
span { border-color: #D80AB9; }
span { border-color: rgb(216,10,185); }
td.TdClassName
{
border-color: #D80AB9;
}
.TagClassName
{
border-color: #D80AB9;
}
</style>