Shades of Deep Magenta #D113B1
Tints of Deep Magenta #D113B1
RGB
CMYK
RGB Variations
Color information
#D113B1 (or 0xD113B1) is known color: Deep Magenta. HEX triplet: D1, 13 and B1. RGB value is (209,19,177). Sum of RGB (Red+Green+Blue) = 209+19+177=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 19 (7.81% from 255 or 4.69% from 405); Blue value is 177 (69.53% from 255 or 43.70% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D113B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D113B1 is #2EEC4E. Grayscale: #5D5D5D. Windows color (decimal): -3075151 or 11604945. OLE color: 11604945.
HSL color Cylindrical-coordinate representation of color #D113B1: hue angle of 310.11º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D113B1 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 19 | 177 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.18 |
| HSL | 310.11º | 0.83% | 0.45% | - |
| HSV(B) | 310.11º | 0.91% | 0.82% | - |
| XYZ | 34.46 | 17.2 | 43.1 | - |
| YUV | 93.82 | 174.95 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 19 | 177 | 0 | 0.91 | 0.15 | 0.18 | 310.11 | 0.83 | 0.45 |
| Hex | D1 | 13 | B1 | 0 | 5B | F | 12 | 136 | 53 | 2D |
| Octal | 321 | 23 | 261 | 0 | 133 | 17 | 22 | 466 | 123 | 55 |
| Binary | 11010001 | 10011 | 10110001 | 0 | 1011011 | 1111 | 10010 | 100110110 | 1010011 | 101101 |
Color Harmonies of #D113B1
Complementary color
Monochromatic Colors of #D113B1
Black with #D113B1
Text Example
Text Example
White with #D113B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D113B1; }
p { color: rgb(209,19,177); }
H1.HeaderClassName
{
color: #D113B1;
}
.AnyTagClassName
{
color: #D113B1;
}
</style>
background-color css
<style>
a { background-color: #D113B1; }
a { background-color: rgb(209,19,177); }
div.DivClassName
{
background-color: #D113B1;
}
.BgClassName
{
background-color: #D113B1;
}
</style>
border-color css
<style>
span { border-color: #D113B1; }
span { border-color: rgb(209,19,177); }
td.TdClassName
{
border-color: #D113B1;
}
.TagClassName
{
border-color: #D113B1;
}
</style>