Shades of Deep Magenta #D112D3
Tints of Deep Magenta #D112D3
RGB
CMYK
RGB Variations
Color information
#D112D3 (or 0xD112D3) is known color: Deep Magenta. HEX triplet: D1, 12 and D3. RGB value is (209,18,211). Sum of RGB (Red+Green+Blue) = 209+18+211=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 18 (7.42% from 255 or 4.11% from 438); Blue value is 211 (82.81% from 255 or 48.17% from 438); Max value from RGB is 211 - color contains mainly: blue. Hex color #D112D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D112D3 is #2EED2C. Grayscale: #606060. Windows color (decimal): -3075373 or 13832913. OLE color: 13832913.
HSL color Cylindrical-coordinate representation of color #D112D3: hue angle of 299.38º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D112D3 is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 18 | 211 | - |
| CMYK | 0.01 | 0.91 | 0 | 0.17 |
| HSL | 299.38º | 0.84% | 0.45% | - |
| HSV(B) | 299.38º | 0.91% | 0.83% | - |
| XYZ | 38.27 | 18.69 | 63.22 | - |
| YUV | 97.11 | 192.28 | 207.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 18 | 211 | 0.01 | 0.91 | 0 | 0.17 | 299.38 | 0.84 | 0.45 |
| Hex | D1 | 12 | D3 | 1 | 5B | 0 | 11 | 12B | 54 | 2D |
| Octal | 321 | 22 | 323 | 1 | 133 | 0 | 21 | 453 | 124 | 55 |
| Binary | 11010001 | 10010 | 11010011 | 1 | 1011011 | 0 | 10001 | 100101011 | 1010100 | 101101 |
Color Harmonies of #D112D3
Complementary color
Monochromatic Colors of #D112D3
Black with #D112D3
Text Example
Text Example
White with #D112D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D112D3; }
p { color: rgb(209,18,211); }
H1.HeaderClassName
{
color: #D112D3;
}
.AnyTagClassName
{
color: #D112D3;
}
</style>
background-color css
<style>
a { background-color: #D112D3; }
a { background-color: rgb(209,18,211); }
div.DivClassName
{
background-color: #D112D3;
}
.BgClassName
{
background-color: #D112D3;
}
</style>
border-color css
<style>
span { border-color: #D112D3; }
span { border-color: rgb(209,18,211); }
td.TdClassName
{
border-color: #D112D3;
}
.TagClassName
{
border-color: #D112D3;
}
</style>