Shades of Deep Magenta #D511BE
Tints of Deep Magenta #D511BE
RGB
CMYK
RGB Variations
Color information
#D511BE (or 0xD511BE) is known color: Deep Magenta. HEX triplet: D5, 11 and BE. RGB value is (213,17,190). Sum of RGB (Red+Green+Blue) = 213+17+190=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 17 (7.03% from 255 or 4.05% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D511BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D511BE is #2AEE41. Grayscale: #5E5E5E. Windows color (decimal): -2813506 or 12456405. OLE color: 12456405.
HSL color Cylindrical-coordinate representation of color #D511BE: hue angle of 307.04º 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 #D511BE is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 17 | 190 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.16 |
| HSL | 307.04º | 0.85% | 0.45% | - |
| HSV(B) | 307.04º | 0.92% | 0.84% | - |
| XYZ | 36.94 | 18.26 | 50.29 | - |
| YUV | 95.33 | 181.43 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 17 | 190 | 0 | 0.92 | 0.11 | 0.16 | 307.04 | 0.85 | 0.45 |
| Hex | D5 | 11 | BE | 0 | 5C | B | 10 | 133 | 55 | 2D |
| Octal | 325 | 21 | 276 | 0 | 134 | 13 | 20 | 463 | 125 | 55 |
| Binary | 11010101 | 10001 | 10111110 | 0 | 1011100 | 1011 | 10000 | 100110011 | 1010101 | 101101 |
Color Harmonies of #D511BE
Complementary color
Monochromatic Colors of #D511BE
Black with #D511BE
Text Example
Text Example
White with #D511BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D511BE; }
p { color: rgb(213,17,190); }
H1.HeaderClassName
{
color: #D511BE;
}
.AnyTagClassName
{
color: #D511BE;
}
</style>
background-color css
<style>
a { background-color: #D511BE; }
a { background-color: rgb(213,17,190); }
div.DivClassName
{
background-color: #D511BE;
}
.BgClassName
{
background-color: #D511BE;
}
</style>
border-color css
<style>
span { border-color: #D511BE; }
span { border-color: rgb(213,17,190); }
td.TdClassName
{
border-color: #D511BE;
}
.TagClassName
{
border-color: #D511BE;
}
</style>