Shades of Deep Magenta #D112B6
Tints of Deep Magenta #D112B6
RGB
CMYK
RGB Variations
Color information
#D112B6 (or 0xD112B6) is known color: Deep Magenta. HEX triplet: D1, 12 and B6. RGB value is (209,18,182). Sum of RGB (Red+Green+Blue) = 209+18+182=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 18 (7.42% from 255 or 4.40% from 409); Blue value is 182 (71.48% from 255 or 44.50% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D112B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D112B6 is #2EED49. Grayscale: #5D5D5D. Windows color (decimal): -3075402 or 11932369. OLE color: 11932369.
HSL color Cylindrical-coordinate representation of color #D112B6: hue angle of 308.48º 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 #D112B6 is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 18 | 182 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.18 |
| HSL | 308.48º | 0.84% | 0.45% | - |
| HSV(B) | 308.48º | 0.91% | 0.82% | - |
| XYZ | 34.95 | 17.37 | 45.77 | - |
| YUV | 93.81 | 177.78 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 18 | 182 | 0 | 0.91 | 0.13 | 0.18 | 308.48 | 0.84 | 0.45 |
| Hex | D1 | 12 | B6 | 0 | 5B | D | 12 | 134 | 54 | 2D |
| Octal | 321 | 22 | 266 | 0 | 133 | 15 | 22 | 464 | 124 | 55 |
| Binary | 11010001 | 10010 | 10110110 | 0 | 1011011 | 1101 | 10010 | 100110100 | 1010100 | 101101 |
Color Harmonies of #D112B6
Complementary color
Monochromatic Colors of #D112B6
Black with #D112B6
Text Example
Text Example
White with #D112B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D112B6; }
p { color: rgb(209,18,182); }
H1.HeaderClassName
{
color: #D112B6;
}
.AnyTagClassName
{
color: #D112B6;
}
</style>
background-color css
<style>
a { background-color: #D112B6; }
a { background-color: rgb(209,18,182); }
div.DivClassName
{
background-color: #D112B6;
}
.BgClassName
{
background-color: #D112B6;
}
</style>
border-color css
<style>
span { border-color: #D112B6; }
span { border-color: rgb(209,18,182); }
td.TdClassName
{
border-color: #D112B6;
}
.TagClassName
{
border-color: #D112B6;
}
</style>