Shades of Deep Magenta #D110BD
Tints of Deep Magenta #D110BD
RGB
CMYK
RGB Variations
Color information
#D110BD (or 0xD110BD) is known color: Deep Magenta. HEX triplet: D1, 10 and BD. RGB value is (209,16,189). Sum of RGB (Red+Green+Blue) = 209+16+189=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 16 (6.64% from 255 or 3.86% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D110BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D110BD is #2EEF42. Grayscale: #5C5C5C. Windows color (decimal): -3075907 or 12390609. OLE color: 12390609.
HSL color Cylindrical-coordinate representation of color #D110BD: hue angle of 306.22º degrees, saturation: 0.86, 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 #D110BD is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 189 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.18 |
| HSL | 306.22º | 0.86% | 0.44% | - |
| HSV(B) | 306.22º | 0.92% | 0.82% | - |
| XYZ | 35.67 | 17.6 | 49.66 | - |
| YUV | 93.43 | 181.94 | 210.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 189 | 0 | 0.92 | 0.10 | 0.18 | 306.22 | 0.86 | 0.44 |
| Hex | D1 | 10 | BD | 0 | 5C | A | 12 | 132 | 56 | 2C |
| Octal | 321 | 20 | 275 | 0 | 134 | 12 | 22 | 462 | 126 | 54 |
| Binary | 11010001 | 10000 | 10111101 | 0 | 1011100 | 1010 | 10010 | 100110010 | 1010110 | 101100 |
Color Harmonies of #D110BD
Complementary color
Monochromatic Colors of #D110BD
Black with #D110BD
Text Example
Text Example
White with #D110BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D110BD; }
p { color: rgb(209,16,189); }
H1.HeaderClassName
{
color: #D110BD;
}
.AnyTagClassName
{
color: #D110BD;
}
</style>
background-color css
<style>
a { background-color: #D110BD; }
a { background-color: rgb(209,16,189); }
div.DivClassName
{
background-color: #D110BD;
}
.BgClassName
{
background-color: #D110BD;
}
</style>
border-color css
<style>
span { border-color: #D110BD; }
span { border-color: rgb(209,16,189); }
td.TdClassName
{
border-color: #D110BD;
}
.TagClassName
{
border-color: #D110BD;
}
</style>