Shades of Deep Magenta #D80BCD
Tints of Deep Magenta #D80BCD
RGB
CMYK
RGB Variations
Color information
#D80BCD (or 0xD80BCD) is known color: Deep Magenta. HEX triplet: D8, 0B and CD. RGB value is (216,11,205). Sum of RGB (Red+Green+Blue) = 216+11+205=432 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50% from 432); Green value is 11 (4.69% from 255 or 2.55% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 216 - color contains mainly: red. Hex color #D80BCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80BCD is #27F432. Grayscale: #5D5D5D. Windows color (decimal): -2618419 or 13437912. OLE color: 13437912.
HSL color Cylindrical-coordinate representation of color #D80BCD: hue angle of 303.22º 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 #D80BCD is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 11 | 205 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.15 |
| HSL | 303.22º | 0.9% | 0.45% | - |
| HSV(B) | 303.22º | 0.95% | 0.85% | - |
| XYZ | 39.46 | 19.25 | 59.39 | - |
| YUV | 94.41 | 190.42 | 214.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 11 | 205 | 0 | 0.95 | 0.05 | 0.15 | 303.22 | 0.9 | 0.45 |
| Hex | D8 | B | CD | 0 | 5F | 5 | F | 12F | 5A | 2D |
| Octal | 330 | 13 | 315 | 0 | 137 | 5 | 17 | 457 | 132 | 55 |
| Binary | 11011000 | 1011 | 11001101 | 0 | 1011111 | 101 | 1111 | 100101111 | 1011010 | 101101 |
Color Harmonies of #D80BCD
Complementary color
Monochromatic Colors of #D80BCD
Black with #D80BCD
Text Example
Text Example
White with #D80BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80BCD; }
p { color: rgb(216,11,205); }
H1.HeaderClassName
{
color: #D80BCD;
}
.AnyTagClassName
{
color: #D80BCD;
}
</style>
background-color css
<style>
a { background-color: #D80BCD; }
a { background-color: rgb(216,11,205); }
div.DivClassName
{
background-color: #D80BCD;
}
.BgClassName
{
background-color: #D80BCD;
}
</style>
border-color css
<style>
span { border-color: #D80BCD; }
span { border-color: rgb(216,11,205); }
td.TdClassName
{
border-color: #D80BCD;
}
.TagClassName
{
border-color: #D80BCD;
}
</style>