Shades of Deep Magenta #D812BA
Tints of Deep Magenta #D812BA
RGB
CMYK
RGB Variations
Color information
#D812BA (or 0xD812BA) is known color: Deep Magenta. HEX triplet: D8, 12 and BA. RGB value is (216,18,186). Sum of RGB (Red+Green+Blue) = 216+18+186=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 18 (7.42% from 255 or 4.29% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D812BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D812BA is #27ED45. Grayscale: #5F5F5F. Windows color (decimal): -2616646 or 12194520. OLE color: 12194520.
HSL color Cylindrical-coordinate representation of color #D812BA: hue angle of 309.09º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D812BA is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 18 | 186 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.15 |
| HSL | 309.09º | 0.85% | 0.46% | - |
| HSV(B) | 309.09º | 0.92% | 0.85% | - |
| XYZ | 37.4 | 18.58 | 48.07 | - |
| YUV | 96.35 | 178.6 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 18 | 186 | 0 | 0.92 | 0.14 | 0.15 | 309.09 | 0.85 | 0.46 |
| Hex | D8 | 12 | BA | 0 | 5C | E | F | 135 | 55 | 2E |
| Octal | 330 | 22 | 272 | 0 | 134 | 16 | 17 | 465 | 125 | 56 |
| Binary | 11011000 | 10010 | 10111010 | 0 | 1011100 | 1110 | 1111 | 100110101 | 1010101 | 101110 |
Color Harmonies of #D812BA
Complementary color
Monochromatic Colors of #D812BA
Black with #D812BA
Text Example
Text Example
White with #D812BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D812BA; }
p { color: rgb(216,18,186); }
H1.HeaderClassName
{
color: #D812BA;
}
.AnyTagClassName
{
color: #D812BA;
}
</style>
background-color css
<style>
a { background-color: #D812BA; }
a { background-color: rgb(216,18,186); }
div.DivClassName
{
background-color: #D812BA;
}
.BgClassName
{
background-color: #D812BA;
}
</style>
border-color css
<style>
span { border-color: #D812BA; }
span { border-color: rgb(216,18,186); }
td.TdClassName
{
border-color: #D812BA;
}
.TagClassName
{
border-color: #D812BA;
}
</style>