Shades of Deep Magenta #D101BB
Tints of Deep Magenta #D101BB
RGB
CMYK
RGB Variations
Color information
#D101BB (or 0xD101BB) is known color: Deep Magenta. HEX triplet: D1, 01 and BB. RGB value is (209,1,187). Sum of RGB (Red+Green+Blue) = 209+1+187=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 1 (0.78% from 255 or 0.25% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D101BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D101BB is #2EFE44. Grayscale: #535353. Windows color (decimal): -3079749 or 12255697. OLE color: 12255697.
HSL color Cylindrical-coordinate representation of color #D101BB: hue angle of 306.35º 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 #D101BB is Cyan = 0, Magento = 1.00, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 1 | 187 | - |
| CMYK | 0 | 1.00 | 0.11 | 0.18 |
| HSL | 306.35º | 0.99% | 0.41% | - |
| HSV(B) | 306.35º | 1% | 0.82% | - |
| XYZ | 35.27 | 17.16 | 48.47 | - |
| YUV | 84.4 | 185.91 | 216.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 187 | 0 | 1.00 | 0.11 | 0.18 | 306.35 | 0.99 | 0.41 |
| Hex | D1 | 1 | BB | 0 | 64 | B | 12 | 132 | 63 | 29 |
| Octal | 321 | 1 | 273 | 0 | 144 | 13 | 22 | 462 | 143 | 51 |
| Binary | 11010001 | 1 | 10111011 | 0 | 1100100 | 1011 | 10010 | 100110010 | 1100011 | 101001 |
Color Harmonies of #D101BB
Complementary color
Monochromatic Colors of #D101BB
Black with #D101BB
Text Example
Text Example
White with #D101BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D101BB; }
p { color: rgb(209,1,187); }
H1.HeaderClassName
{
color: #D101BB;
}
.AnyTagClassName
{
color: #D101BB;
}
</style>
background-color css
<style>
a { background-color: #D101BB; }
a { background-color: rgb(209,1,187); }
div.DivClassName
{
background-color: #D101BB;
}
.BgClassName
{
background-color: #D101BB;
}
</style>
border-color css
<style>
span { border-color: #D101BB; }
span { border-color: rgb(209,1,187); }
td.TdClassName
{
border-color: #D101BB;
}
.TagClassName
{
border-color: #D101BB;
}
</style>