Shades of Deep Magenta #D80DBD
Tints of Deep Magenta #D80DBD
RGB
CMYK
RGB Variations
Color information
#D80DBD (or 0xD80DBD) is known color: Deep Magenta. HEX triplet: D8, 0D and BD. RGB value is (216,13,189). Sum of RGB (Red+Green+Blue) = 216+13+189=418 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.67% from 418); Green value is 13 (5.47% from 255 or 3.11% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 216 - color contains mainly: red. Hex color #D80DBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80DBD is #27F242. Grayscale: #5D5D5D. Windows color (decimal): -2617923 or 12389848. OLE color: 12389848.
HSL color Cylindrical-coordinate representation of color #D80DBD: hue angle of 307.98º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80DBD is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 13 | 189 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.15 |
| HSL | 307.98º | 0.89% | 0.45% | - |
| HSV(B) | 307.98º | 0.94% | 0.85% | - |
| XYZ | 37.65 | 18.56 | 49.74 | - |
| YUV | 93.76 | 181.75 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 13 | 189 | 0 | 0.94 | 0.12 | 0.15 | 307.98 | 0.89 | 0.45 |
| Hex | D8 | D | BD | 0 | 5E | C | F | 134 | 59 | 2D |
| Octal | 330 | 15 | 275 | 0 | 136 | 14 | 17 | 464 | 131 | 55 |
| Binary | 11011000 | 1101 | 10111101 | 0 | 1011110 | 1100 | 1111 | 100110100 | 1011001 | 101101 |
Color Harmonies of #D80DBD
Complementary color
Monochromatic Colors of #D80DBD
Black with #D80DBD
Text Example
Text Example
White with #D80DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80DBD; }
p { color: rgb(216,13,189); }
H1.HeaderClassName
{
color: #D80DBD;
}
.AnyTagClassName
{
color: #D80DBD;
}
</style>
background-color css
<style>
a { background-color: #D80DBD; }
a { background-color: rgb(216,13,189); }
div.DivClassName
{
background-color: #D80DBD;
}
.BgClassName
{
background-color: #D80DBD;
}
</style>
border-color css
<style>
span { border-color: #D80DBD; }
span { border-color: rgb(216,13,189); }
td.TdClassName
{
border-color: #D80DBD;
}
.TagClassName
{
border-color: #D80DBD;
}
</style>