Shades of Deep Magenta #D511BC
Tints of Deep Magenta #D511BC
RGB
CMYK
RGB Variations
Color information
#D511BC (or 0xD511BC) is known color: Deep Magenta. HEX triplet: D5, 11 and BC. RGB value is (213,17,188). Sum of RGB (Red+Green+Blue) = 213+17+188=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 17 (7.03% from 255 or 4.07% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D511BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D511BC is #2AEE43. Grayscale: #5E5E5E. Windows color (decimal): -2813508 or 12325333. OLE color: 12325333.
HSL color Cylindrical-coordinate representation of color #D511BC: hue angle of 307.65º 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 #D511BC is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 17 | 188 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.16 |
| HSL | 307.65º | 0.85% | 0.45% | - |
| HSV(B) | 307.65º | 0.92% | 0.84% | - |
| XYZ | 36.72 | 18.18 | 49.15 | - |
| YUV | 95.1 | 180.43 | 212.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 17 | 188 | 0 | 0.92 | 0.12 | 0.16 | 307.65 | 0.85 | 0.45 |
| Hex | D5 | 11 | BC | 0 | 5C | C | 10 | 134 | 55 | 2D |
| Octal | 325 | 21 | 274 | 0 | 134 | 14 | 20 | 464 | 125 | 55 |
| Binary | 11010101 | 10001 | 10111100 | 0 | 1011100 | 1100 | 10000 | 100110100 | 1010101 | 101101 |
Color Harmonies of #D511BC
Complementary color
Monochromatic Colors of #D511BC
Black with #D511BC
Text Example
Text Example
White with #D511BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D511BC; }
p { color: rgb(213,17,188); }
H1.HeaderClassName
{
color: #D511BC;
}
.AnyTagClassName
{
color: #D511BC;
}
</style>
background-color css
<style>
a { background-color: #D511BC; }
a { background-color: rgb(213,17,188); }
div.DivClassName
{
background-color: #D511BC;
}
.BgClassName
{
background-color: #D511BC;
}
</style>
border-color css
<style>
span { border-color: #D511BC; }
span { border-color: rgb(213,17,188); }
td.TdClassName
{
border-color: #D511BC;
}
.TagClassName
{
border-color: #D511BC;
}
</style>