Shades of Deep Magenta #D101BA
Tints of Deep Magenta #D101BA
RGB
CMYK
RGB Variations
Color information
#D101BA (or 0xD101BA) is known color: Deep Magenta. HEX triplet: D1, 01 and BA. RGB value is (209,1,186). Sum of RGB (Red+Green+Blue) = 209+1+186=396 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.78% from 396); Green value is 1 (0.78% from 255 or 0.25% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 209 - color contains mainly: red. Hex color #D101BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D101BA is #2EFE45. Grayscale: #535353. Windows color (decimal): -3079750 or 12190161. OLE color: 12190161.
HSL color Cylindrical-coordinate representation of color #D101BA: hue angle of 306.63º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D101BA is Cyan = 0, Magento = 1.00, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 1 | 186 | - |
| CMYK | 0 | 1.00 | 0.11 | 0.18 |
| HSL | 306.63º | 0.99% | 0.41% | - |
| HSV(B) | 306.63º | 1% | 0.82% | - |
| XYZ | 35.17 | 17.12 | 47.91 | - |
| YUV | 84.28 | 185.41 | 216.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 186 | 0 | 1.00 | 0.11 | 0.18 | 306.63 | 0.99 | 0.41 |
| Hex | D1 | 1 | BA | 0 | 64 | B | 12 | 133 | 63 | 29 |
| Octal | 321 | 1 | 272 | 0 | 144 | 13 | 22 | 463 | 143 | 51 |
| Binary | 11010001 | 1 | 10111010 | 0 | 1100100 | 1011 | 10010 | 100110011 | 1100011 | 101001 |
Color Harmonies of #D101BA
Complementary color
Monochromatic Colors of #D101BA
Black with #D101BA
Text Example
Text Example
White with #D101BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D101BA; }
p { color: rgb(209,1,186); }
H1.HeaderClassName
{
color: #D101BA;
}
.AnyTagClassName
{
color: #D101BA;
}
</style>
background-color css
<style>
a { background-color: #D101BA; }
a { background-color: rgb(209,1,186); }
div.DivClassName
{
background-color: #D101BA;
}
.BgClassName
{
background-color: #D101BA;
}
</style>
border-color css
<style>
span { border-color: #D101BA; }
span { border-color: rgb(209,1,186); }
td.TdClassName
{
border-color: #D101BA;
}
.TagClassName
{
border-color: #D101BA;
}
</style>