Shades of Deep Magenta #D803BA
Tints of Deep Magenta #D803BA
RGB
CMYK
RGB Variations
Color information
#D803BA (or 0xD803BA) is known color: Deep Magenta. HEX triplet: D8, 03 and BA. RGB value is (216,3,186). Sum of RGB (Red+Green+Blue) = 216+3+186=405 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.33% from 405); Green value is 3 (1.56% from 255 or 0.74% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 216 - color contains mainly: red. Hex color #D803BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D803BA is #27FC45. Grayscale: #575757. Windows color (decimal): -2620486 or 12190680. OLE color: 12190680.
HSL color Cylindrical-coordinate representation of color #D803BA: hue angle of 308.45º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D803BA is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 3 | 186 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.15 |
| HSL | 308.45º | 0.97% | 0.43% | - |
| HSV(B) | 308.45º | 0.99% | 0.85% | - |
| XYZ | 37.21 | 18.21 | 48.01 | - |
| YUV | 87.55 | 183.57 | 219.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 3 | 186 | 0 | 0.99 | 0.14 | 0.15 | 308.45 | 0.97 | 0.43 |
| Hex | D8 | 3 | BA | 0 | 63 | E | F | 134 | 61 | 2B |
| Octal | 330 | 3 | 272 | 0 | 143 | 16 | 17 | 464 | 141 | 53 |
| Binary | 11011000 | 11 | 10111010 | 0 | 1100011 | 1110 | 1111 | 100110100 | 1100001 | 101011 |
Color Harmonies of #D803BA
Complementary color
Monochromatic Colors of #D803BA
Black with #D803BA
Text Example
Text Example
White with #D803BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D803BA; }
p { color: rgb(216,3,186); }
H1.HeaderClassName
{
color: #D803BA;
}
.AnyTagClassName
{
color: #D803BA;
}
</style>
background-color css
<style>
a { background-color: #D803BA; }
a { background-color: rgb(216,3,186); }
div.DivClassName
{
background-color: #D803BA;
}
.BgClassName
{
background-color: #D803BA;
}
</style>
border-color css
<style>
span { border-color: #D803BA; }
span { border-color: rgb(216,3,186); }
td.TdClassName
{
border-color: #D803BA;
}
.TagClassName
{
border-color: #D803BA;
}
</style>