Shades of Deep Magenta #D80BD7
Tints of Deep Magenta #D80BD7
RGB
CMYK
RGB Variations
Color information
#D80BD7 (or 0xD80BD7) is known color: Deep Magenta. HEX triplet: D8, 0B and D7. RGB value is (216,11,215). Sum of RGB (Red+Green+Blue) = 216+11+215=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 11 (4.69% from 255 or 2.49% from 442); Blue value is 215 (84.38% from 255 or 48.64% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D80BD7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80BD7 is #27F428. Grayscale: #5E5E5E. Windows color (decimal): -2618409 or 14093272. OLE color: 14093272.
HSL color Cylindrical-coordinate representation of color #D80BD7: hue angle of 300.29º 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 #D80BD7 is Cyan = 0, Magento = 0.95, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 11 | 215 | - |
| CMYK | 0 | 0.95 | 0.00 | 0.15 |
| HSL | 300.29º | 0.9% | 0.45% | - |
| HSV(B) | 300.29º | 0.95% | 0.85% | - |
| XYZ | 40.7 | 19.74 | 65.96 | - |
| YUV | 95.55 | 195.42 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 11 | 215 | 0 | 0.95 | 0.00 | 0.15 | 300.29 | 0.9 | 0.45 |
| Hex | D8 | B | D7 | 0 | 5F | 0 | F | 12C | 5A | 2D |
| Octal | 330 | 13 | 327 | 0 | 137 | 0 | 17 | 454 | 132 | 55 |
| Binary | 11011000 | 1011 | 11010111 | 0 | 1011111 | 0 | 1111 | 100101100 | 1011010 | 101101 |
Color Harmonies of #D80BD7
Complementary color
Monochromatic Colors of #D80BD7
Black with #D80BD7
Text Example
Text Example
White with #D80BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80BD7; }
p { color: rgb(216,11,215); }
H1.HeaderClassName
{
color: #D80BD7;
}
.AnyTagClassName
{
color: #D80BD7;
}
</style>
background-color css
<style>
a { background-color: #D80BD7; }
a { background-color: rgb(216,11,215); }
div.DivClassName
{
background-color: #D80BD7;
}
.BgClassName
{
background-color: #D80BD7;
}
</style>
border-color css
<style>
span { border-color: #D80BD7; }
span { border-color: rgb(216,11,215); }
td.TdClassName
{
border-color: #D80BD7;
}
.TagClassName
{
border-color: #D80BD7;
}
</style>