Shades of Deep Magenta #D111C5
Tints of Deep Magenta #D111C5
RGB
CMYK
RGB Variations
Color information
#D111C5 (or 0xD111C5) is known color: Deep Magenta. HEX triplet: D1, 11 and C5. RGB value is (209,17,197). Sum of RGB (Red+Green+Blue) = 209+17+197=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 17 (7.03% from 255 or 4.02% from 423); Blue value is 197 (77.34% from 255 or 46.57% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D111C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D111C5 is #2EEE3A. Grayscale: #5E5E5E. Windows color (decimal): -3075643 or 12915153. OLE color: 12915153.
HSL color Cylindrical-coordinate representation of color #D111C5: hue angle of 303.75º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D111C5 is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 17 | 197 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.18 |
| HSL | 303.75º | 0.85% | 0.44% | - |
| HSV(B) | 303.75º | 0.92% | 0.82% | - |
| XYZ | 36.57 | 17.99 | 54.37 | - |
| YUV | 94.93 | 185.61 | 209.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 17 | 197 | 0 | 0.92 | 0.06 | 0.18 | 303.75 | 0.85 | 0.44 |
| Hex | D1 | 11 | C5 | 0 | 5C | 6 | 12 | 130 | 55 | 2C |
| Octal | 321 | 21 | 305 | 0 | 134 | 6 | 22 | 460 | 125 | 54 |
| Binary | 11010001 | 10001 | 11000101 | 0 | 1011100 | 110 | 10010 | 100110000 | 1010101 | 101100 |
Color Harmonies of #D111C5
Complementary color
Monochromatic Colors of #D111C5
Black with #D111C5
Text Example
Text Example
White with #D111C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D111C5; }
p { color: rgb(209,17,197); }
H1.HeaderClassName
{
color: #D111C5;
}
.AnyTagClassName
{
color: #D111C5;
}
</style>
background-color css
<style>
a { background-color: #D111C5; }
a { background-color: rgb(209,17,197); }
div.DivClassName
{
background-color: #D111C5;
}
.BgClassName
{
background-color: #D111C5;
}
</style>
border-color css
<style>
span { border-color: #D111C5; }
span { border-color: rgb(209,17,197); }
td.TdClassName
{
border-color: #D111C5;
}
.TagClassName
{
border-color: #D111C5;
}
</style>