Shades of Deep Magenta #D111BD
Tints of Deep Magenta #D111BD
RGB
CMYK
RGB Variations
Color information
#D111BD (or 0xD111BD) is known color: Deep Magenta. HEX triplet: D1, 11 and BD. RGB value is (209,17,189). Sum of RGB (Red+Green+Blue) = 209+17+189=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 17 (7.03% from 255 or 4.10% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D111BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D111BD is #2EEE42. Grayscale: #5D5D5D. Windows color (decimal): -3075651 or 12390865. OLE color: 12390865.
HSL color Cylindrical-coordinate representation of color #D111BD: hue angle of 306.25º 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 #D111BD is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 17 | 189 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.18 |
| HSL | 306.25º | 0.85% | 0.44% | - |
| HSV(B) | 306.25º | 0.92% | 0.82% | - |
| XYZ | 35.68 | 17.63 | 49.67 | - |
| YUV | 94.02 | 181.61 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 17 | 189 | 0 | 0.92 | 0.10 | 0.18 | 306.25 | 0.85 | 0.44 |
| Hex | D1 | 11 | BD | 0 | 5C | A | 12 | 132 | 55 | 2C |
| Octal | 321 | 21 | 275 | 0 | 134 | 12 | 22 | 462 | 125 | 54 |
| Binary | 11010001 | 10001 | 10111101 | 0 | 1011100 | 1010 | 10010 | 100110010 | 1010101 | 101100 |
Color Harmonies of #D111BD
Complementary color
Monochromatic Colors of #D111BD
Black with #D111BD
Text Example
Text Example
White with #D111BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D111BD; }
p { color: rgb(209,17,189); }
H1.HeaderClassName
{
color: #D111BD;
}
.AnyTagClassName
{
color: #D111BD;
}
</style>
background-color css
<style>
a { background-color: #D111BD; }
a { background-color: rgb(209,17,189); }
div.DivClassName
{
background-color: #D111BD;
}
.BgClassName
{
background-color: #D111BD;
}
</style>
border-color css
<style>
span { border-color: #D111BD; }
span { border-color: rgb(209,17,189); }
td.TdClassName
{
border-color: #D111BD;
}
.TagClassName
{
border-color: #D111BD;
}
</style>