Shades of Deep Magenta #D815BA
Tints of Deep Magenta #D815BA
RGB
CMYK
RGB Variations
Color information
#D815BA (or 0xD815BA) is known color: Deep Magenta. HEX triplet: D8, 15 and BA. RGB value is (216,21,186). Sum of RGB (Red+Green+Blue) = 216+21+186=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 21 (8.59% from 255 or 4.96% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D815BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D815BA is #27EA45. Grayscale: #616161. Windows color (decimal): -2615878 or 12195288. OLE color: 12195288.
HSL color Cylindrical-coordinate representation of color #D815BA: hue angle of 309.23º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D815BA is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 21 | 186 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.15 |
| HSL | 309.23º | 0.82% | 0.46% | - |
| HSV(B) | 309.23º | 0.9% | 0.85% | - |
| XYZ | 37.45 | 18.68 | 48.09 | - |
| YUV | 98.12 | 177.6 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 21 | 186 | 0 | 0.90 | 0.14 | 0.15 | 309.23 | 0.82 | 0.46 |
| Hex | D8 | 15 | BA | 0 | 5A | E | F | 135 | 52 | 2E |
| Octal | 330 | 25 | 272 | 0 | 132 | 16 | 17 | 465 | 122 | 56 |
| Binary | 11011000 | 10101 | 10111010 | 0 | 1011010 | 1110 | 1111 | 100110101 | 1010010 | 101110 |
Color Harmonies of #D815BA
Complementary color
Monochromatic Colors of #D815BA
Black with #D815BA
Text Example
Text Example
White with #D815BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D815BA; }
p { color: rgb(216,21,186); }
H1.HeaderClassName
{
color: #D815BA;
}
.AnyTagClassName
{
color: #D815BA;
}
</style>
background-color css
<style>
a { background-color: #D815BA; }
a { background-color: rgb(216,21,186); }
div.DivClassName
{
background-color: #D815BA;
}
.BgClassName
{
background-color: #D815BA;
}
</style>
border-color css
<style>
span { border-color: #D815BA; }
span { border-color: rgb(216,21,186); }
td.TdClassName
{
border-color: #D815BA;
}
.TagClassName
{
border-color: #D815BA;
}
</style>