Shades of Deep Magenta #D511BD
Tints of Deep Magenta #D511BD
RGB
CMYK
RGB Variations
Color information
#D511BD (or 0xD511BD) is known color: Deep Magenta. HEX triplet: D5, 11 and BD. RGB value is (213,17,189). Sum of RGB (Red+Green+Blue) = 213+17+189=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 17 (7.03% from 255 or 4.06% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D511BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D511BD is #2AEE42. Grayscale: #5E5E5E. Windows color (decimal): -2813507 or 12390869. OLE color: 12390869.
HSL color Cylindrical-coordinate representation of color #D511BD: hue angle of 307.35º 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 #D511BD is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 17 | 189 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.16 |
| HSL | 307.35º | 0.85% | 0.45% | - |
| HSV(B) | 307.35º | 0.92% | 0.84% | - |
| XYZ | 36.83 | 18.22 | 49.72 | - |
| YUV | 95.21 | 180.93 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 17 | 189 | 0 | 0.92 | 0.11 | 0.16 | 307.35 | 0.85 | 0.45 |
| Hex | D5 | 11 | BD | 0 | 5C | B | 10 | 133 | 55 | 2D |
| Octal | 325 | 21 | 275 | 0 | 134 | 13 | 20 | 463 | 125 | 55 |
| Binary | 11010101 | 10001 | 10111101 | 0 | 1011100 | 1011 | 10000 | 100110011 | 1010101 | 101101 |
Color Harmonies of #D511BD
Complementary color
Monochromatic Colors of #D511BD
Black with #D511BD
Text Example
Text Example
White with #D511BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D511BD; }
p { color: rgb(213,17,189); }
H1.HeaderClassName
{
color: #D511BD;
}
.AnyTagClassName
{
color: #D511BD;
}
</style>
background-color css
<style>
a { background-color: #D511BD; }
a { background-color: rgb(213,17,189); }
div.DivClassName
{
background-color: #D511BD;
}
.BgClassName
{
background-color: #D511BD;
}
</style>
border-color css
<style>
span { border-color: #D511BD; }
span { border-color: rgb(213,17,189); }
td.TdClassName
{
border-color: #D511BD;
}
.TagClassName
{
border-color: #D511BD;
}
</style>