Shades of Deep Magenta #D800BA
Tints of Deep Magenta #D800BA
RGB
CMYK
RGB Variations
Color information
#D800BA (or 0xD800BA) is known color: Deep Magenta. HEX triplet: D8, 00 and BA. RGB value is (216,0,186). Sum of RGB (Red+Green+Blue) = 216+0+186=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 0 (0.39% from 255 or 0% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D800BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D800BA is #27FF45. Grayscale: #555555. Windows color (decimal): -2621254 or 12189912. OLE color: 12189912.
HSL color Cylindrical-coordinate representation of color #D800BA: hue angle of 308.33º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D800BA is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 0 | 186 | - |
| CMYK | 0 | 1 | 0.14 | 0.15 |
| HSL | 308.33º | 1% | 0.42% | - |
| HSV(B) | 308.33º | 1% | 0.85% | - |
| XYZ | 37.18 | 18.14 | 48 | - |
| YUV | 85.79 | 184.56 | 220.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 0 | 186 | 0 | 1 | 0.14 | 0.15 | 308.33 | 1 | 0.42 |
| Hex | D8 | 0 | BA | 0 | 64 | E | F | 134 | 64 | 2A |
| Octal | 330 | 0 | 272 | 0 | 144 | 16 | 17 | 464 | 144 | 52 |
| Binary | 11011000 | 0 | 10111010 | 0 | 1100100 | 1110 | 1111 | 100110100 | 1100100 | 101010 |
Color Harmonies of #D800BA
Complementary color
Monochromatic Colors of #D800BA
Black with #D800BA
Text Example
Text Example
White with #D800BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D800BA; }
p { color: rgb(216,0,186); }
H1.HeaderClassName
{
color: #D800BA;
}
.AnyTagClassName
{
color: #D800BA;
}
</style>
background-color css
<style>
a { background-color: #D800BA; }
a { background-color: rgb(216,0,186); }
div.DivClassName
{
background-color: #D800BA;
}
.BgClassName
{
background-color: #D800BA;
}
</style>
border-color css
<style>
span { border-color: #D800BA; }
span { border-color: rgb(216,0,186); }
td.TdClassName
{
border-color: #D800BA;
}
.TagClassName
{
border-color: #D800BA;
}
</style>