Shades of Deep Magenta #D813BA
Tints of Deep Magenta #D813BA
RGB
CMYK
RGB Variations
Color information
#D813BA (or 0xD813BA) is known color: Deep Magenta. HEX triplet: D8, 13 and BA. RGB value is (216,19,186). Sum of RGB (Red+Green+Blue) = 216+19+186=421 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.31% from 421); Green value is 19 (7.81% from 255 or 4.51% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 216 - color contains mainly: red. Hex color #D813BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D813BA is #27EC45. Grayscale: #606060. Windows color (decimal): -2616390 or 12194776. OLE color: 12194776.
HSL color Cylindrical-coordinate representation of color #D813BA: hue angle of 309.14º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D813BA is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 19 | 186 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.15 |
| HSL | 309.14º | 0.84% | 0.46% | - |
| HSV(B) | 309.14º | 0.91% | 0.85% | - |
| XYZ | 37.41 | 18.61 | 48.07 | - |
| YUV | 96.94 | 178.27 | 212.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 19 | 186 | 0 | 0.91 | 0.14 | 0.15 | 309.14 | 0.84 | 0.46 |
| Hex | D8 | 13 | BA | 0 | 5B | E | F | 135 | 54 | 2E |
| Octal | 330 | 23 | 272 | 0 | 133 | 16 | 17 | 465 | 124 | 56 |
| Binary | 11011000 | 10011 | 10111010 | 0 | 1011011 | 1110 | 1111 | 100110101 | 1010100 | 101110 |
Color Harmonies of #D813BA
Complementary color
Monochromatic Colors of #D813BA
Black with #D813BA
Text Example
Text Example
White with #D813BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D813BA; }
p { color: rgb(216,19,186); }
H1.HeaderClassName
{
color: #D813BA;
}
.AnyTagClassName
{
color: #D813BA;
}
</style>
background-color css
<style>
a { background-color: #D813BA; }
a { background-color: rgb(216,19,186); }
div.DivClassName
{
background-color: #D813BA;
}
.BgClassName
{
background-color: #D813BA;
}
</style>
border-color css
<style>
span { border-color: #D813BA; }
span { border-color: rgb(216,19,186); }
td.TdClassName
{
border-color: #D813BA;
}
.TagClassName
{
border-color: #D813BA;
}
</style>