Shades of Deep Magenta #D112B3
Tints of Deep Magenta #D112B3
RGB
CMYK
RGB Variations
Color information
#D112B3 (or 0xD112B3) is known color: Deep Magenta. HEX triplet: D1, 12 and B3. RGB value is (209,18,179). Sum of RGB (Red+Green+Blue) = 209+18+179=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 18 (7.42% from 255 or 4.43% from 406); Blue value is 179 (70.31% from 255 or 44.09% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D112B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D112B3 is #2EED4C. Grayscale: #5D5D5D. Windows color (decimal): -3075405 or 11735761. OLE color: 11735761.
HSL color Cylindrical-coordinate representation of color #D112B3: hue angle of 309.42º 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 #D112B3 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 18 | 179 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.18 |
| HSL | 309.42º | 0.84% | 0.45% | - |
| HSV(B) | 309.42º | 0.91% | 0.82% | - |
| XYZ | 34.65 | 17.24 | 44.15 | - |
| YUV | 93.46 | 176.28 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 18 | 179 | 0 | 0.91 | 0.14 | 0.18 | 309.42 | 0.84 | 0.45 |
| Hex | D1 | 12 | B3 | 0 | 5B | E | 12 | 135 | 54 | 2D |
| Octal | 321 | 22 | 263 | 0 | 133 | 16 | 22 | 465 | 124 | 55 |
| Binary | 11010001 | 10010 | 10110011 | 0 | 1011011 | 1110 | 10010 | 100110101 | 1010100 | 101101 |
Color Harmonies of #D112B3
Complementary color
Monochromatic Colors of #D112B3
Black with #D112B3
Text Example
Text Example
White with #D112B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D112B3; }
p { color: rgb(209,18,179); }
H1.HeaderClassName
{
color: #D112B3;
}
.AnyTagClassName
{
color: #D112B3;
}
</style>
background-color css
<style>
a { background-color: #D112B3; }
a { background-color: rgb(209,18,179); }
div.DivClassName
{
background-color: #D112B3;
}
.BgClassName
{
background-color: #D112B3;
}
</style>
border-color css
<style>
span { border-color: #D112B3; }
span { border-color: rgb(209,18,179); }
td.TdClassName
{
border-color: #D112B3;
}
.TagClassName
{
border-color: #D112B3;
}
</style>