Shades of Deep Magenta #D511DE
Tints of Deep Magenta #D511DE
RGB
CMYK
RGB Variations
Color information
#D511DE (or 0xD511DE) is known color: Deep Magenta. HEX triplet: D5, 11 and DE. RGB value is (213,17,222). Sum of RGB (Red+Green+Blue) = 213+17+222=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 17 (7.03% from 255 or 3.76% from 452); Blue value is 222 (87.11% from 255 or 49.12% from 452); Max value from RGB is 222 - color contains mainly: blue. Hex color #D511DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D511DE is #2AEE21. Grayscale: #626262. Windows color (decimal): -2813474 or 14553557. OLE color: 14553557.
HSL color Cylindrical-coordinate representation of color #D511DE: hue angle of 297.37º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D511DE is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 17 | 222 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.13 |
| HSL | 297.37º | 0.86% | 0.47% | - |
| HSV(B) | 297.37º | 0.92% | 0.87% | - |
| XYZ | 40.83 | 19.82 | 70.78 | - |
| YUV | 98.97 | 197.43 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 17 | 222 | 0.04 | 0.92 | 0 | 0.13 | 297.37 | 0.86 | 0.47 |
| Hex | D5 | 11 | DE | 4 | 5C | 0 | D | 129 | 56 | 2F |
| Octal | 325 | 21 | 336 | 4 | 134 | 0 | 15 | 451 | 126 | 57 |
| Binary | 11010101 | 10001 | 11011110 | 100 | 1011100 | 0 | 1101 | 100101001 | 1010110 | 101111 |
Color Harmonies of #D511DE
Complementary color
Monochromatic Colors of #D511DE
Black with #D511DE
Text Example
Text Example
White with #D511DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D511DE; }
p { color: rgb(213,17,222); }
H1.HeaderClassName
{
color: #D511DE;
}
.AnyTagClassName
{
color: #D511DE;
}
</style>
background-color css
<style>
a { background-color: #D511DE; }
a { background-color: rgb(213,17,222); }
div.DivClassName
{
background-color: #D511DE;
}
.BgClassName
{
background-color: #D511DE;
}
</style>
border-color css
<style>
span { border-color: #D511DE; }
span { border-color: rgb(213,17,222); }
td.TdClassName
{
border-color: #D511DE;
}
.TagClassName
{
border-color: #D511DE;
}
</style>