Shades of Deep Magenta #D511BB
Tints of Deep Magenta #D511BB
RGB
CMYK
RGB Variations
Color information
#D511BB (or 0xD511BB) is known color: Deep Magenta. HEX triplet: D5, 11 and BB. RGB value is (213,17,187). Sum of RGB (Red+Green+Blue) = 213+17+187=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 17 (7.03% from 255 or 4.08% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D511BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D511BB is #2AEE44. Grayscale: #5E5E5E. Windows color (decimal): -2813509 or 12259797. OLE color: 12259797.
HSL color Cylindrical-coordinate representation of color #D511BB: hue angle of 307.96º 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 #D511BB is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 17 | 187 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.16 |
| HSL | 307.96º | 0.85% | 0.45% | - |
| HSV(B) | 307.96º | 0.92% | 0.84% | - |
| XYZ | 36.61 | 18.13 | 48.58 | - |
| YUV | 94.98 | 179.93 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 17 | 187 | 0 | 0.92 | 0.12 | 0.16 | 307.96 | 0.85 | 0.45 |
| Hex | D5 | 11 | BB | 0 | 5C | C | 10 | 134 | 55 | 2D |
| Octal | 325 | 21 | 273 | 0 | 134 | 14 | 20 | 464 | 125 | 55 |
| Binary | 11010101 | 10001 | 10111011 | 0 | 1011100 | 1100 | 10000 | 100110100 | 1010101 | 101101 |
Color Harmonies of #D511BB
Complementary color
Monochromatic Colors of #D511BB
Black with #D511BB
Text Example
Text Example
White with #D511BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D511BB; }
p { color: rgb(213,17,187); }
H1.HeaderClassName
{
color: #D511BB;
}
.AnyTagClassName
{
color: #D511BB;
}
</style>
background-color css
<style>
a { background-color: #D511BB; }
a { background-color: rgb(213,17,187); }
div.DivClassName
{
background-color: #D511BB;
}
.BgClassName
{
background-color: #D511BB;
}
</style>
border-color css
<style>
span { border-color: #D511BB; }
span { border-color: rgb(213,17,187); }
td.TdClassName
{
border-color: #D511BB;
}
.TagClassName
{
border-color: #D511BB;
}
</style>