Shades of Deep Magenta #D511B8
Tints of Deep Magenta #D511B8
RGB
CMYK
RGB Variations
Color information
#D511B8 (or 0xD511B8) is known color: Deep Magenta. HEX triplet: D5, 11 and B8. RGB value is (213,17,184). Sum of RGB (Red+Green+Blue) = 213+17+184=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 17 (7.03% from 255 or 4.11% from 414); Blue value is 184 (72.27% from 255 or 44.44% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D511B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D511B8 is #2AEE47. Grayscale: #5E5E5E. Windows color (decimal): -2813512 or 12063189. OLE color: 12063189.
HSL color Cylindrical-coordinate representation of color #D511B8: hue angle of 308.88º 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 #D511B8 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 17 | 184 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.16 |
| HSL | 308.88º | 0.85% | 0.45% | - |
| HSV(B) | 308.88º | 0.92% | 0.84% | - |
| XYZ | 36.29 | 18.01 | 46.91 | - |
| YUV | 94.64 | 178.43 | 212.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 17 | 184 | 0 | 0.92 | 0.14 | 0.16 | 308.88 | 0.85 | 0.45 |
| Hex | D5 | 11 | B8 | 0 | 5C | E | 10 | 135 | 55 | 2D |
| Octal | 325 | 21 | 270 | 0 | 134 | 16 | 20 | 465 | 125 | 55 |
| Binary | 11010101 | 10001 | 10111000 | 0 | 1011100 | 1110 | 10000 | 100110101 | 1010101 | 101101 |
Color Harmonies of #D511B8
Complementary color
Monochromatic Colors of #D511B8
Black with #D511B8
Text Example
Text Example
White with #D511B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D511B8; }
p { color: rgb(213,17,184); }
H1.HeaderClassName
{
color: #D511B8;
}
.AnyTagClassName
{
color: #D511B8;
}
</style>
background-color css
<style>
a { background-color: #D511B8; }
a { background-color: rgb(213,17,184); }
div.DivClassName
{
background-color: #D511B8;
}
.BgClassName
{
background-color: #D511B8;
}
</style>
border-color css
<style>
span { border-color: #D511B8; }
span { border-color: rgb(213,17,184); }
td.TdClassName
{
border-color: #D511B8;
}
.TagClassName
{
border-color: #D511B8;
}
</style>