Shades of Deep Magenta #D000BA
Tints of Deep Magenta #D000BA
RGB
CMYK
RGB Variations
Color information
#D000BA (or 0xD000BA) is known color: Deep Magenta. HEX triplet: D0, 00 and BA. RGB value is (208,0,186). Sum of RGB (Red+Green+Blue) = 208+0+186=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 0 (0.39% from 255 or 0% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D000BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D000BA is #2FFF45. Grayscale: #525252. Windows color (decimal): -3145542 or 12189904. OLE color: 12189904.
HSL color Cylindrical-coordinate representation of color #D000BA: hue angle of 306.35º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D000BA is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 186 | - |
| CMYK | 0 | 1 | 0.11 | 0.18 |
| HSL | 306.35º | 1% | 0.41% | - |
| HSV(B) | 306.35º | 1% | 0.82% | - |
| XYZ | 34.88 | 16.96 | 47.89 | - |
| YUV | 83.4 | 185.91 | 216.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 186 | 0 | 1 | 0.11 | 0.18 | 306.35 | 1 | 0.41 |
| Hex | D0 | 0 | BA | 0 | 64 | B | 12 | 132 | 64 | 29 |
| Octal | 320 | 0 | 272 | 0 | 144 | 13 | 22 | 462 | 144 | 51 |
| Binary | 11010000 | 0 | 10111010 | 0 | 1100100 | 1011 | 10010 | 100110010 | 1100100 | 101001 |
Color Harmonies of #D000BA
Complementary color
Monochromatic Colors of #D000BA
Black with #D000BA
Text Example
Text Example
White with #D000BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D000BA; }
p { color: rgb(208,0,186); }
H1.HeaderClassName
{
color: #D000BA;
}
.AnyTagClassName
{
color: #D000BA;
}
</style>
background-color css
<style>
a { background-color: #D000BA; }
a { background-color: rgb(208,0,186); }
div.DivClassName
{
background-color: #D000BA;
}
.BgClassName
{
background-color: #D000BA;
}
</style>
border-color css
<style>
span { border-color: #D000BA; }
span { border-color: rgb(208,0,186); }
td.TdClassName
{
border-color: #D000BA;
}
.TagClassName
{
border-color: #D000BA;
}
</style>