Shades of Deep Magenta #D120CA
Tints of Deep Magenta #D120CA
RGB
CMYK
RGB Variations
Color information
#D120CA (or 0xD120CA) is known color: Deep Magenta. HEX triplet: D1, 20 and CA. RGB value is (209,32,202). Sum of RGB (Red+Green+Blue) = 209+32+202=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 32 (12.89% from 255 or 7.22% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D120CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D120CA is #2EDF35. Grayscale: #676767. Windows color (decimal): -3071798 or 13246673. OLE color: 13246673.
HSL color Cylindrical-coordinate representation of color #D120CA: hue angle of 302.37º 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 #D120CA is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 202 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.18 |
| HSL | 302.37º | 0.73% | 0.47% | - |
| HSV(B) | 302.37º | 0.85% | 0.82% | - |
| XYZ | 37.47 | 18.85 | 57.54 | - |
| YUV | 104.3 | 183.14 | 202.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 202 | 0 | 0.85 | 0.03 | 0.18 | 302.37 | 0.73 | 0.47 |
| Hex | D1 | 20 | CA | 0 | 55 | 3 | 12 | 12E | 49 | 2F |
| Octal | 321 | 40 | 312 | 0 | 125 | 3 | 22 | 456 | 111 | 57 |
| Binary | 11010001 | 100000 | 11001010 | 0 | 1010101 | 11 | 10010 | 100101110 | 1001001 | 101111 |
Color Harmonies of #D120CA
Complementary color
Monochromatic Colors of #D120CA
Black with #D120CA
Text Example
Text Example
White with #D120CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D120CA; }
p { color: rgb(209,32,202); }
H1.HeaderClassName
{
color: #D120CA;
}
.AnyTagClassName
{
color: #D120CA;
}
</style>
background-color css
<style>
a { background-color: #D120CA; }
a { background-color: rgb(209,32,202); }
div.DivClassName
{
background-color: #D120CA;
}
.BgClassName
{
background-color: #D120CA;
}
</style>
border-color css
<style>
span { border-color: #D120CA; }
span { border-color: rgb(209,32,202); }
td.TdClassName
{
border-color: #D120CA;
}
.TagClassName
{
border-color: #D120CA;
}
</style>