Shades of Deep Magenta #D80ADF
Tints of Deep Magenta #D80ADF
RGB
CMYK
RGB Variations
Color information
#D80ADF (or 0xD80ADF) is known color: Deep Magenta. HEX triplet: D8, 0A and DF. RGB value is (216,10,223). Sum of RGB (Red+Green+Blue) = 216+10+223=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 10 (4.30% from 255 or 2.23% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #D80ADF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80ADF is #27F520. Grayscale: #5F5F5F. Windows color (decimal): -2618657 or 14617304. OLE color: 14617304.
HSL color Cylindrical-coordinate representation of color #D80ADF: hue angle of 298.03º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D80ADF is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 10 | 223 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.13 |
| HSL | 298.03º | 0.91% | 0.46% | - |
| HSV(B) | 298.03º | 0.96% | 0.87% | - |
| XYZ | 41.75 | 20.14 | 71.5 | - |
| YUV | 95.88 | 199.75 | 213.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 10 | 223 | 0.03 | 0.96 | 0 | 0.13 | 298.03 | 0.91 | 0.46 |
| Hex | D8 | A | DF | 3 | 60 | 0 | D | 12A | 5B | 2E |
| Octal | 330 | 12 | 337 | 3 | 140 | 0 | 15 | 452 | 133 | 56 |
| Binary | 11011000 | 1010 | 11011111 | 11 | 1100000 | 0 | 1101 | 100101010 | 1011011 | 101110 |
Color Harmonies of #D80ADF
Complementary color
Monochromatic Colors of #D80ADF
Black with #D80ADF
Text Example
Text Example
White with #D80ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80ADF; }
p { color: rgb(216,10,223); }
H1.HeaderClassName
{
color: #D80ADF;
}
.AnyTagClassName
{
color: #D80ADF;
}
</style>
background-color css
<style>
a { background-color: #D80ADF; }
a { background-color: rgb(216,10,223); }
div.DivClassName
{
background-color: #D80ADF;
}
.BgClassName
{
background-color: #D80ADF;
}
</style>
border-color css
<style>
span { border-color: #D80ADF; }
span { border-color: rgb(216,10,223); }
td.TdClassName
{
border-color: #D80ADF;
}
.TagClassName
{
border-color: #D80ADF;
}
</style>