Shades of Deep Magenta #D511D6
Tints of Deep Magenta #D511D6
RGB
CMYK
RGB Variations
Color information
#D511D6 (or 0xD511D6) is known color: Deep Magenta. HEX triplet: D5, 11 and D6. RGB value is (213,17,214). Sum of RGB (Red+Green+Blue) = 213+17+214=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 17 (7.03% from 255 or 3.83% from 444); Blue value is 214 (83.98% from 255 or 48.20% from 444); Max value from RGB is 214 - color contains mainly: blue. Hex color #D511D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D511D6 is #2AEE29. Grayscale: #616161. Windows color (decimal): -2813482 or 14029269. OLE color: 14029269.
HSL color Cylindrical-coordinate representation of color #D511D6: hue angle of 299.7º 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 #D511D6 is Cyan = 0.00, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 17 | 214 | - |
| CMYK | 0.00 | 0.92 | 0 | 0.16 |
| HSL | 299.7º | 0.85% | 0.45% | - |
| HSV(B) | 299.7º | 0.92% | 0.84% | - |
| XYZ | 39.78 | 19.4 | 65.27 | - |
| YUV | 98.06 | 193.43 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 17 | 214 | 0.00 | 0.92 | 0 | 0.16 | 299.7 | 0.85 | 0.45 |
| Hex | D5 | 11 | D6 | 0 | 5C | 0 | 10 | 12C | 55 | 2D |
| Octal | 325 | 21 | 326 | 0 | 134 | 0 | 20 | 454 | 125 | 55 |
| Binary | 11010101 | 10001 | 11010110 | 0 | 1011100 | 0 | 10000 | 100101100 | 1010101 | 101101 |
Color Harmonies of #D511D6
Complementary color
Monochromatic Colors of #D511D6
Black with #D511D6
Text Example
Text Example
White with #D511D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D511D6; }
p { color: rgb(213,17,214); }
H1.HeaderClassName
{
color: #D511D6;
}
.AnyTagClassName
{
color: #D511D6;
}
</style>
background-color css
<style>
a { background-color: #D511D6; }
a { background-color: rgb(213,17,214); }
div.DivClassName
{
background-color: #D511D6;
}
.BgClassName
{
background-color: #D511D6;
}
</style>
border-color css
<style>
span { border-color: #D511D6; }
span { border-color: rgb(213,17,214); }
td.TdClassName
{
border-color: #D511D6;
}
.TagClassName
{
border-color: #D511D6;
}
</style>