Shades of Deep Magenta #D120C7
Tints of Deep Magenta #D120C7
RGB
CMYK
RGB Variations
Color information
#D120C7 (or 0xD120C7) is known color: Deep Magenta. HEX triplet: D1, 20 and C7. RGB value is (209,32,199). Sum of RGB (Red+Green+Blue) = 209+32+199=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 32 (12.89% from 255 or 7.27% from 440); Blue value is 199 (78.12% from 255 or 45.23% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D120C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D120C7 is #2EDF38. Grayscale: #676767. Windows color (decimal): -3071801 or 13050065. OLE color: 13050065.
HSL color Cylindrical-coordinate representation of color #D120C7: hue angle of 303.39º 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 #D120C7 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 199 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.18 |
| HSL | 303.39º | 0.73% | 0.47% | - |
| HSV(B) | 303.39º | 0.85% | 0.82% | - |
| XYZ | 37.12 | 18.71 | 55.69 | - |
| YUV | 103.96 | 181.64 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 199 | 0 | 0.85 | 0.05 | 0.18 | 303.39 | 0.73 | 0.47 |
| Hex | D1 | 20 | C7 | 0 | 55 | 5 | 12 | 12F | 49 | 2F |
| Octal | 321 | 40 | 307 | 0 | 125 | 5 | 22 | 457 | 111 | 57 |
| Binary | 11010001 | 100000 | 11000111 | 0 | 1010101 | 101 | 10010 | 100101111 | 1001001 | 101111 |
Color Harmonies of #D120C7
Complementary color
Monochromatic Colors of #D120C7
Black with #D120C7
Text Example
Text Example
White with #D120C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D120C7; }
p { color: rgb(209,32,199); }
H1.HeaderClassName
{
color: #D120C7;
}
.AnyTagClassName
{
color: #D120C7;
}
</style>
background-color css
<style>
a { background-color: #D120C7; }
a { background-color: rgb(209,32,199); }
div.DivClassName
{
background-color: #D120C7;
}
.BgClassName
{
background-color: #D120C7;
}
</style>
border-color css
<style>
span { border-color: #D120C7; }
span { border-color: rgb(209,32,199); }
td.TdClassName
{
border-color: #D120C7;
}
.TagClassName
{
border-color: #D120C7;
}
</style>