Shades of Deep Magenta #D120B0
Tints of Deep Magenta #D120B0
RGB
CMYK
RGB Variations
Color information
#D120B0 (or 0xD120B0) is known color: Deep Magenta. HEX triplet: D1, 20 and B0. RGB value is (209,32,176). Sum of RGB (Red+Green+Blue) = 209+32+176=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 32 (12.89% from 255 or 7.67% from 417); Blue value is 176 (69.14% from 255 or 42.21% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D120B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D120B0 is #2EDF4F. Grayscale: #646464. Windows color (decimal): -3071824 or 11542737. OLE color: 11542737.
HSL color Cylindrical-coordinate representation of color #D120B0: hue angle of 311.19º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D120B0 is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 176 | - |
| CMYK | 0 | 0.85 | 0.16 | 0.18 |
| HSL | 311.19º | 0.73% | 0.47% | - |
| HSV(B) | 311.19º | 0.85% | 0.82% | - |
| XYZ | 34.65 | 17.72 | 42.67 | - |
| YUV | 101.34 | 170.14 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 176 | 0 | 0.85 | 0.16 | 0.18 | 311.19 | 0.73 | 0.47 |
| Hex | D1 | 20 | B0 | 0 | 55 | 10 | 12 | 137 | 49 | 2F |
| Octal | 321 | 40 | 260 | 0 | 125 | 20 | 22 | 467 | 111 | 57 |
| Binary | 11010001 | 100000 | 10110000 | 0 | 1010101 | 10000 | 10010 | 100110111 | 1001001 | 101111 |
Color Harmonies of #D120B0
Complementary color
Monochromatic Colors of #D120B0
Black with #D120B0
Text Example
Text Example
White with #D120B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D120B0; }
p { color: rgb(209,32,176); }
H1.HeaderClassName
{
color: #D120B0;
}
.AnyTagClassName
{
color: #D120B0;
}
</style>
background-color css
<style>
a { background-color: #D120B0; }
a { background-color: rgb(209,32,176); }
div.DivClassName
{
background-color: #D120B0;
}
.BgClassName
{
background-color: #D120B0;
}
</style>
border-color css
<style>
span { border-color: #D120B0; }
span { border-color: rgb(209,32,176); }
td.TdClassName
{
border-color: #D120B0;
}
.TagClassName
{
border-color: #D120B0;
}
</style>