Shades of Deep Magenta #D80ABF
Tints of Deep Magenta #D80ABF
RGB
CMYK
RGB Variations
Color information
#D80ABF (or 0xD80ABF) is known color: Deep Magenta. HEX triplet: D8, 0A and BF. RGB value is (216,10,191). Sum of RGB (Red+Green+Blue) = 216+10+191=417 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.80% from 417); Green value is 10 (4.30% from 255 or 2.40% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 216 - color contains mainly: red. Hex color #D80ABF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80ABF is #27F540. Grayscale: #5B5B5B. Windows color (decimal): -2618689 or 12520152. OLE color: 12520152.
HSL color Cylindrical-coordinate representation of color #D80ABF: hue angle of 307.28º 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 #D80ABF is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 10 | 191 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.15 |
| HSL | 307.28º | 0.91% | 0.44% | - |
| HSV(B) | 307.28º | 0.95% | 0.85% | - |
| XYZ | 37.83 | 18.58 | 50.88 | - |
| YUV | 92.23 | 183.75 | 216.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 10 | 191 | 0 | 0.95 | 0.12 | 0.15 | 307.28 | 0.91 | 0.44 |
| Hex | D8 | A | BF | 0 | 5F | C | F | 133 | 5B | 2C |
| Octal | 330 | 12 | 277 | 0 | 137 | 14 | 17 | 463 | 133 | 54 |
| Binary | 11011000 | 1010 | 10111111 | 0 | 1011111 | 1100 | 1111 | 100110011 | 1011011 | 101100 |
Color Harmonies of #D80ABF
Complementary color
Monochromatic Colors of #D80ABF
Black with #D80ABF
Text Example
Text Example
White with #D80ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80ABF; }
p { color: rgb(216,10,191); }
H1.HeaderClassName
{
color: #D80ABF;
}
.AnyTagClassName
{
color: #D80ABF;
}
</style>
background-color css
<style>
a { background-color: #D80ABF; }
a { background-color: rgb(216,10,191); }
div.DivClassName
{
background-color: #D80ABF;
}
.BgClassName
{
background-color: #D80ABF;
}
</style>
border-color css
<style>
span { border-color: #D80ABF; }
span { border-color: rgb(216,10,191); }
td.TdClassName
{
border-color: #D80ABF;
}
.TagClassName
{
border-color: #D80ABF;
}
</style>