Shades of Deep Magenta #D82AD3
Tints of Deep Magenta #D82AD3
RGB
CMYK
RGB Variations
Color information
#D82AD3 (or 0xD82AD3) is known color: Deep Magenta. HEX triplet: D8, 2A and D3. RGB value is (216,42,211). Sum of RGB (Red+Green+Blue) = 216+42+211=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 42 (16.80% from 255 or 8.96% from 469); Blue value is 211 (82.81% from 255 or 44.99% from 469); Max value from RGB is 216 - color contains mainly: red. Hex color #D82AD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D82AD3 is #27D52C. Grayscale: #707070. Windows color (decimal): -2610477 or 13839064. OLE color: 13839064.
HSL color Cylindrical-coordinate representation of color #D82AD3: hue angle of 301.72º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D82AD3 is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 42 | 211 | - |
| CMYK | 0 | 0.81 | 0.02 | 0.15 |
| HSL | 301.72º | 0.69% | 0.51% | - |
| HSV(B) | 301.72º | 0.81% | 0.85% | - |
| XYZ | 40.9 | 20.96 | 63.52 | - |
| YUV | 113.29 | 183.15 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 42 | 211 | 0 | 0.81 | 0.02 | 0.15 | 301.72 | 0.69 | 0.51 |
| Hex | D8 | 2A | D3 | 0 | 51 | 2 | F | 12E | 45 | 33 |
| Octal | 330 | 52 | 323 | 0 | 121 | 2 | 17 | 456 | 105 | 63 |
| Binary | 11011000 | 101010 | 11010011 | 0 | 1010001 | 10 | 1111 | 100101110 | 1000101 | 110011 |
Color Harmonies of #D82AD3
Complementary color
Monochromatic Colors of #D82AD3
Black with #D82AD3
Text Example
Text Example
White with #D82AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82AD3; }
p { color: rgb(216,42,211); }
H1.HeaderClassName
{
color: #D82AD3;
}
.AnyTagClassName
{
color: #D82AD3;
}
</style>
background-color css
<style>
a { background-color: #D82AD3; }
a { background-color: rgb(216,42,211); }
div.DivClassName
{
background-color: #D82AD3;
}
.BgClassName
{
background-color: #D82AD3;
}
</style>
border-color css
<style>
span { border-color: #D82AD3; }
span { border-color: rgb(216,42,211); }
td.TdClassName
{
border-color: #D82AD3;
}
.TagClassName
{
border-color: #D82AD3;
}
</style>