Shades of Deep Magenta #D112B5
Tints of Deep Magenta #D112B5
RGB
CMYK
RGB Variations
Color information
#D112B5 (or 0xD112B5) is known color: Deep Magenta. HEX triplet: D1, 12 and B5. RGB value is (209,18,181). Sum of RGB (Red+Green+Blue) = 209+18+181=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 18 (7.42% from 255 or 4.41% from 408); Blue value is 181 (71.09% from 255 or 44.36% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D112B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D112B5 is #2EED4A. Grayscale: #5D5D5D. Windows color (decimal): -3075403 or 11866833. OLE color: 11866833.
HSL color Cylindrical-coordinate representation of color #D112B5: hue angle of 308.8º degrees, saturation: 0.84, 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 #D112B5 is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 18 | 181 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.18 |
| HSL | 308.8º | 0.84% | 0.45% | - |
| HSV(B) | 308.8º | 0.91% | 0.82% | - |
| XYZ | 34.85 | 17.32 | 45.22 | - |
| YUV | 93.69 | 177.28 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 18 | 181 | 0 | 0.91 | 0.13 | 0.18 | 308.8 | 0.84 | 0.45 |
| Hex | D1 | 12 | B5 | 0 | 5B | D | 12 | 135 | 54 | 2D |
| Octal | 321 | 22 | 265 | 0 | 133 | 15 | 22 | 465 | 124 | 55 |
| Binary | 11010001 | 10010 | 10110101 | 0 | 1011011 | 1101 | 10010 | 100110101 | 1010100 | 101101 |
Color Harmonies of #D112B5
Complementary color
Monochromatic Colors of #D112B5
Black with #D112B5
Text Example
Text Example
White with #D112B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D112B5; }
p { color: rgb(209,18,181); }
H1.HeaderClassName
{
color: #D112B5;
}
.AnyTagClassName
{
color: #D112B5;
}
</style>
background-color css
<style>
a { background-color: #D112B5; }
a { background-color: rgb(209,18,181); }
div.DivClassName
{
background-color: #D112B5;
}
.BgClassName
{
background-color: #D112B5;
}
</style>
border-color css
<style>
span { border-color: #D112B5; }
span { border-color: rgb(209,18,181); }
td.TdClassName
{
border-color: #D112B5;
}
.TagClassName
{
border-color: #D112B5;
}
</style>