Shades of Deep Magenta #D112B2
Tints of Deep Magenta #D112B2
RGB
CMYK
RGB Variations
Color information
#D112B2 (or 0xD112B2) is known color: Deep Magenta. HEX triplet: D1, 12 and B2. RGB value is (209,18,178). Sum of RGB (Red+Green+Blue) = 209+18+178=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 18 (7.42% from 255 or 4.44% from 405); Blue value is 178 (69.92% from 255 or 43.95% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D112B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D112B2 is #2EED4D. Grayscale: #5C5C5C. Windows color (decimal): -3075406 or 11670225. OLE color: 11670225.
HSL color Cylindrical-coordinate representation of color #D112B2: hue angle of 309.74º 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 #D112B2 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 18 | 178 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.18 |
| HSL | 309.74º | 0.84% | 0.45% | - |
| HSV(B) | 309.74º | 0.91% | 0.82% | - |
| XYZ | 34.55 | 17.2 | 43.62 | - |
| YUV | 93.35 | 175.78 | 210.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 18 | 178 | 0 | 0.91 | 0.15 | 0.18 | 309.74 | 0.84 | 0.45 |
| Hex | D1 | 12 | B2 | 0 | 5B | F | 12 | 136 | 54 | 2D |
| Octal | 321 | 22 | 262 | 0 | 133 | 17 | 22 | 466 | 124 | 55 |
| Binary | 11010001 | 10010 | 10110010 | 0 | 1011011 | 1111 | 10010 | 100110110 | 1010100 | 101101 |
Color Harmonies of #D112B2
Complementary color
Monochromatic Colors of #D112B2
Black with #D112B2
Text Example
Text Example
White with #D112B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D112B2; }
p { color: rgb(209,18,178); }
H1.HeaderClassName
{
color: #D112B2;
}
.AnyTagClassName
{
color: #D112B2;
}
</style>
background-color css
<style>
a { background-color: #D112B2; }
a { background-color: rgb(209,18,178); }
div.DivClassName
{
background-color: #D112B2;
}
.BgClassName
{
background-color: #D112B2;
}
</style>
border-color css
<style>
span { border-color: #D112B2; }
span { border-color: rgb(209,18,178); }
td.TdClassName
{
border-color: #D112B2;
}
.TagClassName
{
border-color: #D112B2;
}
</style>