Shades of Deep Magenta #D120B2
Tints of Deep Magenta #D120B2
RGB
CMYK
RGB Variations
Color information
#D120B2 (or 0xD120B2) is known color: Deep Magenta. HEX triplet: D1, 20 and B2. RGB value is (209,32,178). Sum of RGB (Red+Green+Blue) = 209+32+178=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 32 (12.89% from 255 or 7.64% from 419); Blue value is 178 (69.92% from 255 or 42.48% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D120B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D120B2 is #2EDF4D. Grayscale: #656565. Windows color (decimal): -3071822 or 11673809. OLE color: 11673809.
HSL color Cylindrical-coordinate representation of color #D120B2: hue angle of 310.51º 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 #D120B2 is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 178 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.18 |
| HSL | 310.51º | 0.73% | 0.47% | - |
| HSV(B) | 310.51º | 0.85% | 0.82% | - |
| XYZ | 34.85 | 17.8 | 43.72 | - |
| YUV | 101.57 | 171.14 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 178 | 0 | 0.85 | 0.15 | 0.18 | 310.51 | 0.73 | 0.47 |
| Hex | D1 | 20 | B2 | 0 | 55 | F | 12 | 137 | 49 | 2F |
| Octal | 321 | 40 | 262 | 0 | 125 | 17 | 22 | 467 | 111 | 57 |
| Binary | 11010001 | 100000 | 10110010 | 0 | 1010101 | 1111 | 10010 | 100110111 | 1001001 | 101111 |
Color Harmonies of #D120B2
Complementary color
Monochromatic Colors of #D120B2
Black with #D120B2
Text Example
Text Example
White with #D120B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D120B2; }
p { color: rgb(209,32,178); }
H1.HeaderClassName
{
color: #D120B2;
}
.AnyTagClassName
{
color: #D120B2;
}
</style>
background-color css
<style>
a { background-color: #D120B2; }
a { background-color: rgb(209,32,178); }
div.DivClassName
{
background-color: #D120B2;
}
.BgClassName
{
background-color: #D120B2;
}
</style>
border-color css
<style>
span { border-color: #D120B2; }
span { border-color: rgb(209,32,178); }
td.TdClassName
{
border-color: #D120B2;
}
.TagClassName
{
border-color: #D120B2;
}
</style>