Shades of Deep Magenta #D82BDA
Tints of Deep Magenta #D82BDA
RGB
CMYK
RGB Variations
Color information
#D82BDA (or 0xD82BDA) is known color: Deep Magenta. HEX triplet: D8, 2B and DA. RGB value is (216,43,218). Sum of RGB (Red+Green+Blue) = 216+43+218=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 43 (17.19% from 255 or 9.01% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #D82BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D82BDA is #27D425. Grayscale: #727272. Windows color (decimal): -2610214 or 14298072. OLE color: 14298072.
HSL color Cylindrical-coordinate representation of color #D82BDA: hue angle of 299.31º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D82BDA is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 43 | 218 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.15 |
| HSL | 299.31º | 0.7% | 0.51% | - |
| HSV(B) | 299.31º | 0.8% | 0.85% | - |
| XYZ | 41.84 | 21.39 | 68.25 | - |
| YUV | 114.68 | 186.31 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 43 | 218 | 0.01 | 0.80 | 0 | 0.15 | 299.31 | 0.7 | 0.51 |
| Hex | D8 | 2B | DA | 1 | 50 | 0 | F | 12B | 46 | 33 |
| Octal | 330 | 53 | 332 | 1 | 120 | 0 | 17 | 453 | 106 | 63 |
| Binary | 11011000 | 101011 | 11011010 | 1 | 1010000 | 0 | 1111 | 100101011 | 1000110 | 110011 |
Color Harmonies of #D82BDA
Complementary color
Monochromatic Colors of #D82BDA
Black with #D82BDA
Text Example
Text Example
White with #D82BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82BDA; }
p { color: rgb(216,43,218); }
H1.HeaderClassName
{
color: #D82BDA;
}
.AnyTagClassName
{
color: #D82BDA;
}
</style>
background-color css
<style>
a { background-color: #D82BDA; }
a { background-color: rgb(216,43,218); }
div.DivClassName
{
background-color: #D82BDA;
}
.BgClassName
{
background-color: #D82BDA;
}
</style>
border-color css
<style>
span { border-color: #D82BDA; }
span { border-color: rgb(216,43,218); }
td.TdClassName
{
border-color: #D82BDA;
}
.TagClassName
{
border-color: #D82BDA;
}
</style>