Shades of Deep Magenta #D82ADD
Tints of Deep Magenta #D82ADD
RGB
CMYK
RGB Variations
Color information
#D82ADD (or 0xD82ADD) is known color: Deep Magenta. HEX triplet: D8, 2A and DD. RGB value is (216,42,221). Sum of RGB (Red+Green+Blue) = 216+42+221=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 42 (16.80% from 255 or 8.77% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #D82ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D82ADD is #27D522. Grayscale: #717171. Windows color (decimal): -2610467 or 14494424. OLE color: 14494424.
HSL color Cylindrical-coordinate representation of color #D82ADD: hue angle of 298.32º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D82ADD is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 42 | 221 | - |
| CMYK | 0.02 | 0.81 | 0 | 0.13 |
| HSL | 298.32º | 0.72% | 0.52% | - |
| HSV(B) | 298.32º | 0.81% | 0.87% | - |
| XYZ | 42.2 | 21.48 | 70.33 | - |
| YUV | 114.43 | 188.15 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 42 | 221 | 0.02 | 0.81 | 0 | 0.13 | 298.32 | 0.72 | 0.52 |
| Hex | D8 | 2A | DD | 2 | 51 | 0 | D | 12A | 48 | 34 |
| Octal | 330 | 52 | 335 | 2 | 121 | 0 | 15 | 452 | 110 | 64 |
| Binary | 11011000 | 101010 | 11011101 | 10 | 1010001 | 0 | 1101 | 100101010 | 1001000 | 110100 |
Color Harmonies of #D82ADD
Complementary color
Monochromatic Colors of #D82ADD
Black with #D82ADD
Text Example
Text Example
White with #D82ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82ADD; }
p { color: rgb(216,42,221); }
H1.HeaderClassName
{
color: #D82ADD;
}
.AnyTagClassName
{
color: #D82ADD;
}
</style>
background-color css
<style>
a { background-color: #D82ADD; }
a { background-color: rgb(216,42,221); }
div.DivClassName
{
background-color: #D82ADD;
}
.BgClassName
{
background-color: #D82ADD;
}
</style>
border-color css
<style>
span { border-color: #D82ADD; }
span { border-color: rgb(216,42,221); }
td.TdClassName
{
border-color: #D82ADD;
}
.TagClassName
{
border-color: #D82ADD;
}
</style>