Shades of Deep Magenta #D120DD
Tints of Deep Magenta #D120DD
RGB
CMYK
RGB Variations
Color information
#D120DD (or 0xD120DD) is known color: Deep Magenta. HEX triplet: D1, 20 and DD. RGB value is (209,32,221). Sum of RGB (Red+Green+Blue) = 209+32+221=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 32 (12.89% from 255 or 6.93% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #D120DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D120DD is #2EDF22. Grayscale: #696969. Windows color (decimal): -3071779 or 14491857. OLE color: 14491857.
HSL color Cylindrical-coordinate representation of color #D120DD: hue angle of 296.19º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D120DD is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 32 | 221 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.13 |
| HSL | 296.19º | 0.75% | 0.5% | - |
| HSV(B) | 296.19º | 0.86% | 0.87% | - |
| XYZ | 39.86 | 19.81 | 70.13 | - |
| YUV | 106.47 | 192.64 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 221 | 0.05 | 0.86 | 0 | 0.13 | 296.19 | 0.75 | 0.5 |
| Hex | D1 | 20 | DD | 5 | 56 | 0 | D | 128 | 4B | 32 |
| Octal | 321 | 40 | 335 | 5 | 126 | 0 | 15 | 450 | 113 | 62 |
| Binary | 11010001 | 100000 | 11011101 | 101 | 1010110 | 0 | 1101 | 100101000 | 1001011 | 110010 |
Color Harmonies of #D120DD
Complementary color
Monochromatic Colors of #D120DD
Black with #D120DD
Text Example
Text Example
White with #D120DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D120DD; }
p { color: rgb(209,32,221); }
H1.HeaderClassName
{
color: #D120DD;
}
.AnyTagClassName
{
color: #D120DD;
}
</style>
background-color css
<style>
a { background-color: #D120DD; }
a { background-color: rgb(209,32,221); }
div.DivClassName
{
background-color: #D120DD;
}
.BgClassName
{
background-color: #D120DD;
}
</style>
border-color css
<style>
span { border-color: #D120DD; }
span { border-color: rgb(209,32,221); }
td.TdClassName
{
border-color: #D120DD;
}
.TagClassName
{
border-color: #D120DD;
}
</style>