Shades of Deep Magenta #D100BA
Tints of Deep Magenta #D100BA
RGB
CMYK
RGB Variations
Color information
#D100BA (or 0xD100BA) is known color: Deep Magenta. HEX triplet: D1, 00 and BA. RGB value is (209,0,186). Sum of RGB (Red+Green+Blue) = 209+0+186=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 0 (0.39% from 255 or 0% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D100BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D100BA is #2EFF45. Grayscale: #535353. Windows color (decimal): -3080006 or 12189905. OLE color: 12189905.
HSL color Cylindrical-coordinate representation of color #D100BA: hue angle of 306.6º 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 #D100BA is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 186 | - |
| CMYK | 0 | 1 | 0.11 | 0.18 |
| HSL | 306.6º | 1% | 0.41% | - |
| HSV(B) | 306.6º | 1% | 0.82% | - |
| XYZ | 35.16 | 17.1 | 47.9 | - |
| YUV | 83.7 | 185.74 | 217.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 186 | 0 | 1 | 0.11 | 0.18 | 306.6 | 1 | 0.41 |
| Hex | D1 | 0 | BA | 0 | 64 | B | 12 | 133 | 64 | 29 |
| Octal | 321 | 0 | 272 | 0 | 144 | 13 | 22 | 463 | 144 | 51 |
| Binary | 11010001 | 0 | 10111010 | 0 | 1100100 | 1011 | 10010 | 100110011 | 1100100 | 101001 |
Color Harmonies of #D100BA
Complementary color
Monochromatic Colors of #D100BA
Black with #D100BA
Text Example
Text Example
White with #D100BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D100BA; }
p { color: rgb(209,0,186); }
H1.HeaderClassName
{
color: #D100BA;
}
.AnyTagClassName
{
color: #D100BA;
}
</style>
background-color css
<style>
a { background-color: #D100BA; }
a { background-color: rgb(209,0,186); }
div.DivClassName
{
background-color: #D100BA;
}
.BgClassName
{
background-color: #D100BA;
}
</style>
border-color css
<style>
span { border-color: #D100BA; }
span { border-color: rgb(209,0,186); }
td.TdClassName
{
border-color: #D100BA;
}
.TagClassName
{
border-color: #D100BA;
}
</style>