Shades of Deep Magenta #D120DB
Tints of Deep Magenta #D120DB
RGB
CMYK
RGB Variations
Color information
#D120DB (or 0xD120DB) is known color: Deep Magenta. HEX triplet: D1, 20 and DB. RGB value is (209,32,219). Sum of RGB (Red+Green+Blue) = 209+32+219=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 32 (12.89% from 255 or 6.96% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #D120DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D120DB is #2EDF24. Grayscale: #696969. Windows color (decimal): -3071781 or 14360785. OLE color: 14360785.
HSL color Cylindrical-coordinate representation of color #D120DB: hue angle of 296.79º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D120DB is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 32 | 219 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.14 |
| HSL | 296.79º | 0.75% | 0.49% | - |
| HSV(B) | 296.79º | 0.85% | 0.86% | - |
| XYZ | 39.6 | 19.7 | 68.73 | - |
| YUV | 106.24 | 191.64 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 219 | 0.05 | 0.85 | 0 | 0.14 | 296.79 | 0.75 | 0.49 |
| Hex | D1 | 20 | DB | 5 | 55 | 0 | E | 129 | 4B | 31 |
| Octal | 321 | 40 | 333 | 5 | 125 | 0 | 16 | 451 | 113 | 61 |
| Binary | 11010001 | 100000 | 11011011 | 101 | 1010101 | 0 | 1110 | 100101001 | 1001011 | 110001 |
Color Harmonies of #D120DB
Complementary color
Monochromatic Colors of #D120DB
Black with #D120DB
Text Example
Text Example
White with #D120DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D120DB; }
p { color: rgb(209,32,219); }
H1.HeaderClassName
{
color: #D120DB;
}
.AnyTagClassName
{
color: #D120DB;
}
</style>
background-color css
<style>
a { background-color: #D120DB; }
a { background-color: rgb(209,32,219); }
div.DivClassName
{
background-color: #D120DB;
}
.BgClassName
{
background-color: #D120DB;
}
</style>
border-color css
<style>
span { border-color: #D120DB; }
span { border-color: rgb(209,32,219); }
td.TdClassName
{
border-color: #D120DB;
}
.TagClassName
{
border-color: #D120DB;
}
</style>