Shades of Deep Magenta #D120BC
Tints of Deep Magenta #D120BC
RGB
CMYK
RGB Variations
Color information
#D120BC (or 0xD120BC) is known color: Deep Magenta. HEX triplet: D1, 20 and BC. RGB value is (209,32,188). Sum of RGB (Red+Green+Blue) = 209+32+188=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 32 (12.89% from 255 or 7.46% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D120BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D120BC is #2EDF43. Grayscale: #666666. Windows color (decimal): -3071812 or 12329169. OLE color: 12329169.
HSL color Cylindrical-coordinate representation of color #D120BC: hue angle of 307.12º 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 #D120BC is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 188 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.18 |
| HSL | 307.12º | 0.73% | 0.47% | - |
| HSV(B) | 307.12º | 0.85% | 0.82% | - |
| XYZ | 35.89 | 18.22 | 49.2 | - |
| YUV | 102.71 | 176.14 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 188 | 0 | 0.85 | 0.10 | 0.18 | 307.12 | 0.73 | 0.47 |
| Hex | D1 | 20 | BC | 0 | 55 | A | 12 | 133 | 49 | 2F |
| Octal | 321 | 40 | 274 | 0 | 125 | 12 | 22 | 463 | 111 | 57 |
| Binary | 11010001 | 100000 | 10111100 | 0 | 1010101 | 1010 | 10010 | 100110011 | 1001001 | 101111 |
Color Harmonies of #D120BC
Complementary color
Monochromatic Colors of #D120BC
Black with #D120BC
Text Example
Text Example
White with #D120BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D120BC; }
p { color: rgb(209,32,188); }
H1.HeaderClassName
{
color: #D120BC;
}
.AnyTagClassName
{
color: #D120BC;
}
</style>
background-color css
<style>
a { background-color: #D120BC; }
a { background-color: rgb(209,32,188); }
div.DivClassName
{
background-color: #D120BC;
}
.BgClassName
{
background-color: #D120BC;
}
</style>
border-color css
<style>
span { border-color: #D120BC; }
span { border-color: rgb(209,32,188); }
td.TdClassName
{
border-color: #D120BC;
}
.TagClassName
{
border-color: #D120BC;
}
</style>