Shades of Deep Magenta #D912BA
Tints of Deep Magenta #D912BA
RGB
CMYK
RGB Variations
Color information
#D912BA (or 0xD912BA) is known color: Deep Magenta. HEX triplet: D9, 12 and BA. RGB value is (217,18,186). Sum of RGB (Red+Green+Blue) = 217+18+186=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 18 (7.42% from 255 or 4.28% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D912BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D912BA is #26ED45. Grayscale: #606060. Windows color (decimal): -2551110 or 12194521. OLE color: 12194521.
HSL color Cylindrical-coordinate representation of color #D912BA: hue angle of 309.35º 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 #D912BA is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 18 | 186 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.15 |
| HSL | 309.35º | 0.85% | 0.46% | - |
| HSV(B) | 309.35º | 0.92% | 0.85% | - |
| XYZ | 37.69 | 18.73 | 48.08 | - |
| YUV | 96.65 | 178.43 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 18 | 186 | 0 | 0.92 | 0.14 | 0.15 | 309.35 | 0.85 | 0.46 |
| Hex | D9 | 12 | BA | 0 | 5C | E | F | 135 | 55 | 2E |
| Octal | 331 | 22 | 272 | 0 | 134 | 16 | 17 | 465 | 125 | 56 |
| Binary | 11011001 | 10010 | 10111010 | 0 | 1011100 | 1110 | 1111 | 100110101 | 1010101 | 101110 |
Color Harmonies of #D912BA
Complementary color
Monochromatic Colors of #D912BA
Black with #D912BA
Text Example
Text Example
White with #D912BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D912BA; }
p { color: rgb(217,18,186); }
H1.HeaderClassName
{
color: #D912BA;
}
.AnyTagClassName
{
color: #D912BA;
}
</style>
background-color css
<style>
a { background-color: #D912BA; }
a { background-color: rgb(217,18,186); }
div.DivClassName
{
background-color: #D912BA;
}
.BgClassName
{
background-color: #D912BA;
}
</style>
border-color css
<style>
span { border-color: #D912BA; }
span { border-color: rgb(217,18,186); }
td.TdClassName
{
border-color: #D912BA;
}
.TagClassName
{
border-color: #D912BA;
}
</style>