Shades of Deep Magenta #D611BA
Tints of Deep Magenta #D611BA
RGB
CMYK
RGB Variations
Color information
#D611BA (or 0xD611BA) is known color: Deep Magenta. HEX triplet: D6, 11 and BA. RGB value is (214,17,186). Sum of RGB (Red+Green+Blue) = 214+17+186=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 17 (7.03% from 255 or 4.08% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D611BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D611BA is #29EE45. Grayscale: #5E5E5E. Windows color (decimal): -2747974 or 12194262. OLE color: 12194262.
HSL color Cylindrical-coordinate representation of color #D611BA: hue angle of 308.53º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D611BA is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 17 | 186 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.16 |
| HSL | 308.53º | 0.85% | 0.45% | - |
| HSV(B) | 308.53º | 0.92% | 0.84% | - |
| XYZ | 36.79 | 18.24 | 48.04 | - |
| YUV | 95.17 | 179.27 | 212.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 17 | 186 | 0 | 0.92 | 0.13 | 0.16 | 308.53 | 0.85 | 0.45 |
| Hex | D6 | 11 | BA | 0 | 5C | D | 10 | 135 | 55 | 2D |
| Octal | 326 | 21 | 272 | 0 | 134 | 15 | 20 | 465 | 125 | 55 |
| Binary | 11010110 | 10001 | 10111010 | 0 | 1011100 | 1101 | 10000 | 100110101 | 1010101 | 101101 |
Color Harmonies of #D611BA
Complementary color
Monochromatic Colors of #D611BA
Black with #D611BA
Text Example
Text Example
White with #D611BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D611BA; }
p { color: rgb(214,17,186); }
H1.HeaderClassName
{
color: #D611BA;
}
.AnyTagClassName
{
color: #D611BA;
}
</style>
background-color css
<style>
a { background-color: #D611BA; }
a { background-color: rgb(214,17,186); }
div.DivClassName
{
background-color: #D611BA;
}
.BgClassName
{
background-color: #D611BA;
}
</style>
border-color css
<style>
span { border-color: #D611BA; }
span { border-color: rgb(214,17,186); }
td.TdClassName
{
border-color: #D611BA;
}
.TagClassName
{
border-color: #D611BA;
}
</style>