Shades of Deep Magenta #D113B0
Tints of Deep Magenta #D113B0
RGB
CMYK
RGB Variations
Color information
#D113B0 (or 0xD113B0) is known color: Deep Magenta. HEX triplet: D1, 13 and B0. RGB value is (209,19,176). Sum of RGB (Red+Green+Blue) = 209+19+176=404 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.73% from 404); Green value is 19 (7.81% from 255 or 4.70% from 404); Blue value is 176 (69.14% from 255 or 43.56% from 404); Max value from RGB is 209 - color contains mainly: red. Hex color #D113B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D113B0 is #2EEC4F. Grayscale: #5D5D5D. Windows color (decimal): -3075152 or 11539409. OLE color: 11539409.
HSL color Cylindrical-coordinate representation of color #D113B0: hue angle of 310.42º 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 #D113B0 is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 19 | 176 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.18 |
| HSL | 310.42º | 0.83% | 0.45% | - |
| HSV(B) | 310.42º | 0.91% | 0.82% | - |
| XYZ | 34.36 | 17.16 | 42.57 | - |
| YUV | 93.71 | 174.45 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 19 | 176 | 0 | 0.91 | 0.16 | 0.18 | 310.42 | 0.83 | 0.45 |
| Hex | D1 | 13 | B0 | 0 | 5B | 10 | 12 | 136 | 53 | 2D |
| Octal | 321 | 23 | 260 | 0 | 133 | 20 | 22 | 466 | 123 | 55 |
| Binary | 11010001 | 10011 | 10110000 | 0 | 1011011 | 10000 | 10010 | 100110110 | 1010011 | 101101 |
Color Harmonies of #D113B0
Complementary color
Monochromatic Colors of #D113B0
Black with #D113B0
Text Example
Text Example
White with #D113B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D113B0; }
p { color: rgb(209,19,176); }
H1.HeaderClassName
{
color: #D113B0;
}
.AnyTagClassName
{
color: #D113B0;
}
</style>
background-color css
<style>
a { background-color: #D113B0; }
a { background-color: rgb(209,19,176); }
div.DivClassName
{
background-color: #D113B0;
}
.BgClassName
{
background-color: #D113B0;
}
</style>
border-color css
<style>
span { border-color: #D113B0; }
span { border-color: rgb(209,19,176); }
td.TdClassName
{
border-color: #D113B0;
}
.TagClassName
{
border-color: #D113B0;
}
</style>