Shades of Deep Magenta #D120CE
Tints of Deep Magenta #D120CE
RGB
CMYK
RGB Variations
Color information
#D120CE (or 0xD120CE) is known color: Deep Magenta. HEX triplet: D1, 20 and CE. RGB value is (209,32,206). Sum of RGB (Red+Green+Blue) = 209+32+206=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 32 (12.89% from 255 or 7.16% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 209 - color contains mainly: red. Hex color #D120CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D120CE is #2EDF31. Grayscale: #686868. Windows color (decimal): -3071794 or 13508817. OLE color: 13508817.
HSL color Cylindrical-coordinate representation of color #D120CE: hue angle of 301.02º 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 #D120CE is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 206 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.18 |
| HSL | 301.02º | 0.73% | 0.47% | - |
| HSV(B) | 301.02º | 0.85% | 0.82% | - |
| XYZ | 37.95 | 19.04 | 60.07 | - |
| YUV | 104.76 | 185.14 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 206 | 0 | 0.85 | 0.01 | 0.18 | 301.02 | 0.73 | 0.47 |
| Hex | D1 | 20 | CE | 0 | 55 | 1 | 12 | 12D | 49 | 2F |
| Octal | 321 | 40 | 316 | 0 | 125 | 1 | 22 | 455 | 111 | 57 |
| Binary | 11010001 | 100000 | 11001110 | 0 | 1010101 | 1 | 10010 | 100101101 | 1001001 | 101111 |
Color Harmonies of #D120CE
Complementary color
Monochromatic Colors of #D120CE
Black with #D120CE
Text Example
Text Example
White with #D120CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D120CE; }
p { color: rgb(209,32,206); }
H1.HeaderClassName
{
color: #D120CE;
}
.AnyTagClassName
{
color: #D120CE;
}
</style>
background-color css
<style>
a { background-color: #D120CE; }
a { background-color: rgb(209,32,206); }
div.DivClassName
{
background-color: #D120CE;
}
.BgClassName
{
background-color: #D120CE;
}
</style>
border-color css
<style>
span { border-color: #D120CE; }
span { border-color: rgb(209,32,206); }
td.TdClassName
{
border-color: #D120CE;
}
.TagClassName
{
border-color: #D120CE;
}
</style>