Shades of Deep Magenta #D611BE
Tints of Deep Magenta #D611BE
RGB
CMYK
RGB Variations
Color information
#D611BE (or 0xD611BE) is known color: Deep Magenta. HEX triplet: D6, 11 and BE. RGB value is (214,17,190). Sum of RGB (Red+Green+Blue) = 214+17+190=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 17 (7.03% from 255 or 4.04% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D611BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D611BE is #29EE41. Grayscale: #5F5F5F. Windows color (decimal): -2747970 or 12456406. OLE color: 12456406.
HSL color Cylindrical-coordinate representation of color #D611BE: hue angle of 307.31º 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 #D611BE is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 17 | 190 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.16 |
| HSL | 307.31º | 0.85% | 0.45% | - |
| HSV(B) | 307.31º | 0.92% | 0.84% | - |
| XYZ | 37.23 | 18.41 | 50.31 | - |
| YUV | 95.63 | 181.27 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 17 | 190 | 0 | 0.92 | 0.11 | 0.16 | 307.31 | 0.85 | 0.45 |
| Hex | D6 | 11 | BE | 0 | 5C | B | 10 | 133 | 55 | 2D |
| Octal | 326 | 21 | 276 | 0 | 134 | 13 | 20 | 463 | 125 | 55 |
| Binary | 11010110 | 10001 | 10111110 | 0 | 1011100 | 1011 | 10000 | 100110011 | 1010101 | 101101 |
Color Harmonies of #D611BE
Complementary color
Monochromatic Colors of #D611BE
Black with #D611BE
Text Example
Text Example
White with #D611BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D611BE; }
p { color: rgb(214,17,190); }
H1.HeaderClassName
{
color: #D611BE;
}
.AnyTagClassName
{
color: #D611BE;
}
</style>
background-color css
<style>
a { background-color: #D611BE; }
a { background-color: rgb(214,17,190); }
div.DivClassName
{
background-color: #D611BE;
}
.BgClassName
{
background-color: #D611BE;
}
</style>
border-color css
<style>
span { border-color: #D611BE; }
span { border-color: rgb(214,17,190); }
td.TdClassName
{
border-color: #D611BE;
}
.TagClassName
{
border-color: #D611BE;
}
</style>