Shades of Deep Magenta #D611BC
Tints of Deep Magenta #D611BC
RGB
CMYK
RGB Variations
Color information
#D611BC (or 0xD611BC) is known color: Deep Magenta. HEX triplet: D6, 11 and BC. RGB value is (214,17,188). Sum of RGB (Red+Green+Blue) = 214+17+188=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 17 (7.03% from 255 or 4.06% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D611BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D611BC is #29EE43. Grayscale: #5E5E5E. Windows color (decimal): -2747972 or 12325334. OLE color: 12325334.
HSL color Cylindrical-coordinate representation of color #D611BC: hue angle of 307.92º 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 #D611BC is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 17 | 188 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.16 |
| HSL | 307.92º | 0.85% | 0.45% | - |
| HSV(B) | 307.92º | 0.92% | 0.84% | - |
| XYZ | 37.01 | 18.33 | 49.16 | - |
| YUV | 95.4 | 180.27 | 212.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 17 | 188 | 0 | 0.92 | 0.12 | 0.16 | 307.92 | 0.85 | 0.45 |
| Hex | D6 | 11 | BC | 0 | 5C | C | 10 | 134 | 55 | 2D |
| Octal | 326 | 21 | 274 | 0 | 134 | 14 | 20 | 464 | 125 | 55 |
| Binary | 11010110 | 10001 | 10111100 | 0 | 1011100 | 1100 | 10000 | 100110100 | 1010101 | 101101 |
Color Harmonies of #D611BC
Complementary color
Monochromatic Colors of #D611BC
Black with #D611BC
Text Example
Text Example
White with #D611BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D611BC; }
p { color: rgb(214,17,188); }
H1.HeaderClassName
{
color: #D611BC;
}
.AnyTagClassName
{
color: #D611BC;
}
</style>
background-color css
<style>
a { background-color: #D611BC; }
a { background-color: rgb(214,17,188); }
div.DivClassName
{
background-color: #D611BC;
}
.BgClassName
{
background-color: #D611BC;
}
</style>
border-color css
<style>
span { border-color: #D611BC; }
span { border-color: rgb(214,17,188); }
td.TdClassName
{
border-color: #D611BC;
}
.TagClassName
{
border-color: #D611BC;
}
</style>