Shades of Deep Magenta #D120DA
Tints of Deep Magenta #D120DA
RGB
CMYK
RGB Variations
Color information
#D120DA (or 0xD120DA) is known color: Deep Magenta. HEX triplet: D1, 20 and DA. RGB value is (209,32,218). Sum of RGB (Red+Green+Blue) = 209+32+218=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 32 (12.89% from 255 or 6.97% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #D120DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D120DA is #2EDF25. Grayscale: #696969. Windows color (decimal): -3071782 or 14295249. OLE color: 14295249.
HSL color Cylindrical-coordinate representation of color #D120DA: hue angle of 297.1º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D120DA is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 32 | 218 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.15 |
| HSL | 297.1º | 0.74% | 0.49% | - |
| HSV(B) | 297.1º | 0.85% | 0.85% | - |
| XYZ | 39.47 | 19.65 | 68.04 | - |
| YUV | 106.13 | 191.14 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 218 | 0.04 | 0.85 | 0 | 0.15 | 297.1 | 0.74 | 0.49 |
| Hex | D1 | 20 | DA | 4 | 55 | 0 | F | 129 | 4A | 31 |
| Octal | 321 | 40 | 332 | 4 | 125 | 0 | 17 | 451 | 112 | 61 |
| Binary | 11010001 | 100000 | 11011010 | 100 | 1010101 | 0 | 1111 | 100101001 | 1001010 | 110001 |
Color Harmonies of #D120DA
Complementary color
Monochromatic Colors of #D120DA
Black with #D120DA
Text Example
Text Example
White with #D120DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D120DA; }
p { color: rgb(209,32,218); }
H1.HeaderClassName
{
color: #D120DA;
}
.AnyTagClassName
{
color: #D120DA;
}
</style>
background-color css
<style>
a { background-color: #D120DA; }
a { background-color: rgb(209,32,218); }
div.DivClassName
{
background-color: #D120DA;
}
.BgClassName
{
background-color: #D120DA;
}
</style>
border-color css
<style>
span { border-color: #D120DA; }
span { border-color: rgb(209,32,218); }
td.TdClassName
{
border-color: #D120DA;
}
.TagClassName
{
border-color: #D120DA;
}
</style>