Shades of Deep Magenta #D80ADE
Tints of Deep Magenta #D80ADE
RGB
CMYK
RGB Variations
Color information
#D80ADE (or 0xD80ADE) is known color: Deep Magenta. HEX triplet: D8, 0A and DE. RGB value is (216,10,222). Sum of RGB (Red+Green+Blue) = 216+10+222=448 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.21% from 448); Green value is 10 (4.30% from 255 or 2.23% from 448); Blue value is 222 (87.11% from 255 or 49.55% from 448); Max value from RGB is 222 - color contains mainly: blue. Hex color #D80ADE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80ADE is #27F521. Grayscale: #5F5F5F. Windows color (decimal): -2618658 or 14551768. OLE color: 14551768.
HSL color Cylindrical-coordinate representation of color #D80ADE: hue angle of 298.3º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80ADE is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 10 | 222 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.13 |
| HSL | 298.3º | 0.91% | 0.45% | - |
| HSV(B) | 298.3º | 0.95% | 0.87% | - |
| XYZ | 41.61 | 20.09 | 70.79 | - |
| YUV | 95.76 | 199.25 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 10 | 222 | 0.03 | 0.95 | 0 | 0.13 | 298.3 | 0.91 | 0.45 |
| Hex | D8 | A | DE | 3 | 5F | 0 | D | 12A | 5B | 2D |
| Octal | 330 | 12 | 336 | 3 | 137 | 0 | 15 | 452 | 133 | 55 |
| Binary | 11011000 | 1010 | 11011110 | 11 | 1011111 | 0 | 1101 | 100101010 | 1011011 | 101101 |
Color Harmonies of #D80ADE
Complementary color
Monochromatic Colors of #D80ADE
Black with #D80ADE
Text Example
Text Example
White with #D80ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80ADE; }
p { color: rgb(216,10,222); }
H1.HeaderClassName
{
color: #D80ADE;
}
.AnyTagClassName
{
color: #D80ADE;
}
</style>
background-color css
<style>
a { background-color: #D80ADE; }
a { background-color: rgb(216,10,222); }
div.DivClassName
{
background-color: #D80ADE;
}
.BgClassName
{
background-color: #D80ADE;
}
</style>
border-color css
<style>
span { border-color: #D80ADE; }
span { border-color: rgb(216,10,222); }
td.TdClassName
{
border-color: #D80ADE;
}
.TagClassName
{
border-color: #D80ADE;
}
</style>