Shades of Deep Magenta #D101B7
Tints of Deep Magenta #D101B7
RGB
CMYK
RGB Variations
Color information
#D101B7 (or 0xD101B7) is known color: Deep Magenta. HEX triplet: D1, 01 and B7. RGB value is (209,1,183). Sum of RGB (Red+Green+Blue) = 209+1+183=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 1 (0.78% from 255 or 0.25% from 393); Blue value is 183 (71.88% from 255 or 46.56% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D101B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D101B7 is #2EFE48. Grayscale: #535353. Windows color (decimal): -3079753 or 11993553. OLE color: 11993553.
HSL color Cylindrical-coordinate representation of color #D101B7: hue angle of 307.5º 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 #D101B7 is Cyan = 0, Magento = 1.00, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 1 | 183 | - |
| CMYK | 0 | 1.00 | 0.12 | 0.18 |
| HSL | 307.5º | 0.99% | 0.41% | - |
| HSV(B) | 307.5º | 1% | 0.82% | - |
| XYZ | 34.85 | 17 | 46.24 | - |
| YUV | 83.94 | 183.91 | 217.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 183 | 0 | 1.00 | 0.12 | 0.18 | 307.5 | 0.99 | 0.41 |
| Hex | D1 | 1 | B7 | 0 | 64 | C | 12 | 134 | 63 | 29 |
| Octal | 321 | 1 | 267 | 0 | 144 | 14 | 22 | 464 | 143 | 51 |
| Binary | 11010001 | 1 | 10110111 | 0 | 1100100 | 1100 | 10010 | 100110100 | 1100011 | 101001 |
Color Harmonies of #D101B7
Complementary color
Monochromatic Colors of #D101B7
Black with #D101B7
Text Example
Text Example
White with #D101B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D101B7; }
p { color: rgb(209,1,183); }
H1.HeaderClassName
{
color: #D101B7;
}
.AnyTagClassName
{
color: #D101B7;
}
</style>
background-color css
<style>
a { background-color: #D101B7; }
a { background-color: rgb(209,1,183); }
div.DivClassName
{
background-color: #D101B7;
}
.BgClassName
{
background-color: #D101B7;
}
</style>
border-color css
<style>
span { border-color: #D101B7; }
span { border-color: rgb(209,1,183); }
td.TdClassName
{
border-color: #D101B7;
}
.TagClassName
{
border-color: #D101B7;
}
</style>