Shades of Deep Magenta #D120B7
Tints of Deep Magenta #D120B7
RGB
CMYK
RGB Variations
Color information
#D120B7 (or 0xD120B7) is known color: Deep Magenta. HEX triplet: D1, 20 and B7. RGB value is (209,32,183). Sum of RGB (Red+Green+Blue) = 209+32+183=424 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.29% from 424); Green value is 32 (12.89% from 255 or 7.55% from 424); Blue value is 183 (71.88% from 255 or 43.16% from 424); Max value from RGB is 209 - color contains mainly: red. Hex color #D120B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D120B7 is #2EDF48. Grayscale: #656565. Windows color (decimal): -3071817 or 12001489. OLE color: 12001489.
HSL color Cylindrical-coordinate representation of color #D120B7: hue angle of 308.81º 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 #D120B7 is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 183 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.18 |
| HSL | 308.81º | 0.73% | 0.47% | - |
| HSV(B) | 308.81º | 0.85% | 0.82% | - |
| XYZ | 35.36 | 18.01 | 46.41 | - |
| YUV | 102.14 | 173.64 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 183 | 0 | 0.85 | 0.12 | 0.18 | 308.81 | 0.73 | 0.47 |
| Hex | D1 | 20 | B7 | 0 | 55 | C | 12 | 135 | 49 | 2F |
| Octal | 321 | 40 | 267 | 0 | 125 | 14 | 22 | 465 | 111 | 57 |
| Binary | 11010001 | 100000 | 10110111 | 0 | 1010101 | 1100 | 10010 | 100110101 | 1001001 | 101111 |
Color Harmonies of #D120B7
Complementary color
Monochromatic Colors of #D120B7
Black with #D120B7
Text Example
Text Example
White with #D120B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D120B7; }
p { color: rgb(209,32,183); }
H1.HeaderClassName
{
color: #D120B7;
}
.AnyTagClassName
{
color: #D120B7;
}
</style>
background-color css
<style>
a { background-color: #D120B7; }
a { background-color: rgb(209,32,183); }
div.DivClassName
{
background-color: #D120B7;
}
.BgClassName
{
background-color: #D120B7;
}
</style>
border-color css
<style>
span { border-color: #D120B7; }
span { border-color: rgb(209,32,183); }
td.TdClassName
{
border-color: #D120B7;
}
.TagClassName
{
border-color: #D120B7;
}
</style>