Shades of Deep Magenta #D711BE
Tints of Deep Magenta #D711BE
RGB
CMYK
RGB Variations
Color information
#D711BE (or 0xD711BE) is known color: Deep Magenta. HEX triplet: D7, 11 and BE. RGB value is (215,17,190). Sum of RGB (Red+Green+Blue) = 215+17+190=422 (55% of max value = 765). Red value is 215 (84.38% from 255 or 50.95% from 422); Green value is 17 (7.03% from 255 or 4.03% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 215 - color contains mainly: red. Hex color #D711BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D711BE is #28EE41. Grayscale: #5F5F5F. Windows color (decimal): -2682434 or 12456407. OLE color: 12456407.
HSL color Cylindrical-coordinate representation of color #D711BE: hue angle of 307.58º 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 #D711BE is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 17 | 190 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.16 |
| HSL | 307.58º | 0.85% | 0.45% | - |
| HSV(B) | 307.58º | 0.92% | 0.84% | - |
| XYZ | 37.52 | 18.57 | 50.32 | - |
| YUV | 95.92 | 181.1 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 17 | 190 | 0 | 0.92 | 0.12 | 0.16 | 307.58 | 0.85 | 0.45 |
| Hex | D7 | 11 | BE | 0 | 5C | C | 10 | 134 | 55 | 2D |
| Octal | 327 | 21 | 276 | 0 | 134 | 14 | 20 | 464 | 125 | 55 |
| Binary | 11010111 | 10001 | 10111110 | 0 | 1011100 | 1100 | 10000 | 100110100 | 1010101 | 101101 |
Color Harmonies of #D711BE
Complementary color
Monochromatic Colors of #D711BE
Black with #D711BE
Text Example
Text Example
White with #D711BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D711BE; }
p { color: rgb(215,17,190); }
H1.HeaderClassName
{
color: #D711BE;
}
.AnyTagClassName
{
color: #D711BE;
}
</style>
background-color css
<style>
a { background-color: #D711BE; }
a { background-color: rgb(215,17,190); }
div.DivClassName
{
background-color: #D711BE;
}
.BgClassName
{
background-color: #D711BE;
}
</style>
border-color css
<style>
span { border-color: #D711BE; }
span { border-color: rgb(215,17,190); }
td.TdClassName
{
border-color: #D711BE;
}
.TagClassName
{
border-color: #D711BE;
}
</style>