Shades of Deep Magenta #D11DC5
Tints of Deep Magenta #D11DC5
RGB
CMYK
RGB Variations
Color information
#D11DC5 (or 0xD11DC5) is known color: Deep Magenta. HEX triplet: D1, 1D and C5. RGB value is (209,29,197). Sum of RGB (Red+Green+Blue) = 209+29+197=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 29 (11.72% from 255 or 6.67% from 435); Blue value is 197 (77.34% from 255 or 45.29% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D11DC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11DC5 is #2EE23A. Grayscale: #656565. Windows color (decimal): -3072571 or 12918225. OLE color: 12918225.
HSL color Cylindrical-coordinate representation of color #D11DC5: hue angle of 304º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D11DC5 is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 29 | 197 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.18 |
| HSL | 304º | 0.76% | 0.47% | - |
| HSV(B) | 304º | 0.86% | 0.82% | - |
| XYZ | 36.81 | 18.47 | 54.45 | - |
| YUV | 101.97 | 181.63 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 29 | 197 | 0 | 0.86 | 0.06 | 0.18 | 304 | 0.76 | 0.47 |
| Hex | D1 | 1D | C5 | 0 | 56 | 6 | 12 | 130 | 4C | 2F |
| Octal | 321 | 35 | 305 | 0 | 126 | 6 | 22 | 460 | 114 | 57 |
| Binary | 11010001 | 11101 | 11000101 | 0 | 1010110 | 110 | 10010 | 100110000 | 1001100 | 101111 |
Color Harmonies of #D11DC5
Complementary color
Monochromatic Colors of #D11DC5
Black with #D11DC5
Text Example
Text Example
White with #D11DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11DC5; }
p { color: rgb(209,29,197); }
H1.HeaderClassName
{
color: #D11DC5;
}
.AnyTagClassName
{
color: #D11DC5;
}
</style>
background-color css
<style>
a { background-color: #D11DC5; }
a { background-color: rgb(209,29,197); }
div.DivClassName
{
background-color: #D11DC5;
}
.BgClassName
{
background-color: #D11DC5;
}
</style>
border-color css
<style>
span { border-color: #D11DC5; }
span { border-color: rgb(209,29,197); }
td.TdClassName
{
border-color: #D11DC5;
}
.TagClassName
{
border-color: #D11DC5;
}
</style>