Shades of Deep Magenta #D105BA
Tints of Deep Magenta #D105BA
RGB
CMYK
RGB Variations
Color information
#D105BA (or 0xD105BA) is known color: Deep Magenta. HEX triplet: D1, 05 and BA. RGB value is (209,5,186). Sum of RGB (Red+Green+Blue) = 209+5+186=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 5 (2.34% from 255 or 1.25% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D105BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D105BA is #2EFA45. Grayscale: #565656. Windows color (decimal): -3078726 or 12191185. OLE color: 12191185.
HSL color Cylindrical-coordinate representation of color #D105BA: hue angle of 306.76º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D105BA is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 5 | 186 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.18 |
| HSL | 306.76º | 0.95% | 0.42% | - |
| HSV(B) | 306.76º | 0.98% | 0.82% | - |
| XYZ | 35.21 | 17.21 | 47.92 | - |
| YUV | 86.63 | 184.09 | 215.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 5 | 186 | 0 | 0.98 | 0.11 | 0.18 | 306.76 | 0.95 | 0.42 |
| Hex | D1 | 5 | BA | 0 | 62 | B | 12 | 133 | 5F | 2A |
| Octal | 321 | 5 | 272 | 0 | 142 | 13 | 22 | 463 | 137 | 52 |
| Binary | 11010001 | 101 | 10111010 | 0 | 1100010 | 1011 | 10010 | 100110011 | 1011111 | 101010 |
Color Harmonies of #D105BA
Complementary color
Monochromatic Colors of #D105BA
Black with #D105BA
Text Example
Text Example
White with #D105BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D105BA; }
p { color: rgb(209,5,186); }
H1.HeaderClassName
{
color: #D105BA;
}
.AnyTagClassName
{
color: #D105BA;
}
</style>
background-color css
<style>
a { background-color: #D105BA; }
a { background-color: rgb(209,5,186); }
div.DivClassName
{
background-color: #D105BA;
}
.BgClassName
{
background-color: #D105BA;
}
</style>
border-color css
<style>
span { border-color: #D105BA; }
span { border-color: rgb(209,5,186); }
td.TdClassName
{
border-color: #D105BA;
}
.TagClassName
{
border-color: #D105BA;
}
</style>