Shades of Deep Magenta #D120D8
Tints of Deep Magenta #D120D8
RGB
CMYK
RGB Variations
Color information
#D120D8 (or 0xD120D8) is known color: Deep Magenta. HEX triplet: D1, 20 and D8. RGB value is (209,32,216). Sum of RGB (Red+Green+Blue) = 209+32+216=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 32 (12.89% from 255 or 7.00% from 457); Blue value is 216 (84.77% from 255 or 47.26% from 457); Max value from RGB is 216 - color contains mainly: blue. Hex color #D120D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D120D8 is #2EDF27. Grayscale: #696969. Windows color (decimal): -3071784 or 14164177. OLE color: 14164177.
HSL color Cylindrical-coordinate representation of color #D120D8: hue angle of 297.72º 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 #D120D8 is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 32 | 216 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.15 |
| HSL | 297.72º | 0.74% | 0.49% | - |
| HSV(B) | 297.72º | 0.85% | 0.85% | - |
| XYZ | 39.21 | 19.55 | 66.67 | - |
| YUV | 105.9 | 190.14 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 216 | 0.03 | 0.85 | 0 | 0.15 | 297.72 | 0.74 | 0.49 |
| Hex | D1 | 20 | D8 | 3 | 55 | 0 | F | 12A | 4A | 31 |
| Octal | 321 | 40 | 330 | 3 | 125 | 0 | 17 | 452 | 112 | 61 |
| Binary | 11010001 | 100000 | 11011000 | 11 | 1010101 | 0 | 1111 | 100101010 | 1001010 | 110001 |
Color Harmonies of #D120D8
Complementary color
Monochromatic Colors of #D120D8
Black with #D120D8
Text Example
Text Example
White with #D120D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D120D8; }
p { color: rgb(209,32,216); }
H1.HeaderClassName
{
color: #D120D8;
}
.AnyTagClassName
{
color: #D120D8;
}
</style>
background-color css
<style>
a { background-color: #D120D8; }
a { background-color: rgb(209,32,216); }
div.DivClassName
{
background-color: #D120D8;
}
.BgClassName
{
background-color: #D120D8;
}
</style>
border-color css
<style>
span { border-color: #D120D8; }
span { border-color: rgb(209,32,216); }
td.TdClassName
{
border-color: #D120D8;
}
.TagClassName
{
border-color: #D120D8;
}
</style>