Shades of Deep Magenta #D120BE
Tints of Deep Magenta #D120BE
RGB
CMYK
RGB Variations
Color information
#D120BE (or 0xD120BE) is known color: Deep Magenta. HEX triplet: D1, 20 and BE. RGB value is (209,32,190). Sum of RGB (Red+Green+Blue) = 209+32+190=431 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.49% from 431); Green value is 32 (12.89% from 255 or 7.42% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 209 - color contains mainly: red. Hex color #D120BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D120BE is #2EDF41. Grayscale: #666666. Windows color (decimal): -3071810 or 12460241. OLE color: 12460241.
HSL color Cylindrical-coordinate representation of color #D120BE: hue angle of 306.44º 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 #D120BE is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 190 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.18 |
| HSL | 306.44º | 0.73% | 0.47% | - |
| HSV(B) | 306.44º | 0.85% | 0.82% | - |
| XYZ | 36.11 | 18.31 | 50.35 | - |
| YUV | 102.94 | 177.14 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 190 | 0 | 0.85 | 0.09 | 0.18 | 306.44 | 0.73 | 0.47 |
| Hex | D1 | 20 | BE | 0 | 55 | 9 | 12 | 132 | 49 | 2F |
| Octal | 321 | 40 | 276 | 0 | 125 | 11 | 22 | 462 | 111 | 57 |
| Binary | 11010001 | 100000 | 10111110 | 0 | 1010101 | 1001 | 10010 | 100110010 | 1001001 | 101111 |
Color Harmonies of #D120BE
Complementary color
Monochromatic Colors of #D120BE
Black with #D120BE
Text Example
Text Example
White with #D120BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D120BE; }
p { color: rgb(209,32,190); }
H1.HeaderClassName
{
color: #D120BE;
}
.AnyTagClassName
{
color: #D120BE;
}
</style>
background-color css
<style>
a { background-color: #D120BE; }
a { background-color: rgb(209,32,190); }
div.DivClassName
{
background-color: #D120BE;
}
.BgClassName
{
background-color: #D120BE;
}
</style>
border-color css
<style>
span { border-color: #D120BE; }
span { border-color: rgb(209,32,190); }
td.TdClassName
{
border-color: #D120BE;
}
.TagClassName
{
border-color: #D120BE;
}
</style>