Shades of Deep Magenta #D80BDA
Tints of Deep Magenta #D80BDA
RGB
CMYK
RGB Variations
Color information
#D80BDA (or 0xD80BDA) is known color: Deep Magenta. HEX triplet: D8, 0B and DA. RGB value is (216,11,218). Sum of RGB (Red+Green+Blue) = 216+11+218=445 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.54% from 445); Green value is 11 (4.69% from 255 or 2.47% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 218 - color contains mainly: blue. Hex color #D80BDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80BDA is #27F425. Grayscale: #5F5F5F. Windows color (decimal): -2618406 or 14289880. OLE color: 14289880.
HSL color Cylindrical-coordinate representation of color #D80BDA: hue angle of 299.42º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80BDA is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 11 | 218 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.15 |
| HSL | 299.42º | 0.9% | 0.45% | - |
| HSV(B) | 299.42º | 0.95% | 0.85% | - |
| XYZ | 41.09 | 19.9 | 68 | - |
| YUV | 95.89 | 196.92 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 11 | 218 | 0.01 | 0.95 | 0 | 0.15 | 299.42 | 0.9 | 0.45 |
| Hex | D8 | B | DA | 1 | 5F | 0 | F | 12B | 5A | 2D |
| Octal | 330 | 13 | 332 | 1 | 137 | 0 | 17 | 453 | 132 | 55 |
| Binary | 11011000 | 1011 | 11011010 | 1 | 1011111 | 0 | 1111 | 100101011 | 1011010 | 101101 |
Color Harmonies of #D80BDA
Complementary color
Monochromatic Colors of #D80BDA
Black with #D80BDA
Text Example
Text Example
White with #D80BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80BDA; }
p { color: rgb(216,11,218); }
H1.HeaderClassName
{
color: #D80BDA;
}
.AnyTagClassName
{
color: #D80BDA;
}
</style>
background-color css
<style>
a { background-color: #D80BDA; }
a { background-color: rgb(216,11,218); }
div.DivClassName
{
background-color: #D80BDA;
}
.BgClassName
{
background-color: #D80BDA;
}
</style>
border-color css
<style>
span { border-color: #D80BDA; }
span { border-color: rgb(216,11,218); }
td.TdClassName
{
border-color: #D80BDA;
}
.TagClassName
{
border-color: #D80BDA;
}
</style>