Shades of Deep Magenta #D511DA
Tints of Deep Magenta #D511DA
RGB
CMYK
RGB Variations
Color information
#D511DA (or 0xD511DA) is known color: Deep Magenta. HEX triplet: D5, 11 and DA. RGB value is (213,17,218). Sum of RGB (Red+Green+Blue) = 213+17+218=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 17 (7.03% from 255 or 3.79% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #D511DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D511DA is #2AEE25. Grayscale: #616161. Windows color (decimal): -2813478 or 14291413. OLE color: 14291413.
HSL color Cylindrical-coordinate representation of color #D511DA: hue angle of 298.51º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D511DA is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 17 | 218 | - |
| CMYK | 0.02 | 0.92 | 0 | 0.15 |
| HSL | 298.51º | 0.86% | 0.46% | - |
| HSV(B) | 298.51º | 0.92% | 0.85% | - |
| XYZ | 40.3 | 19.61 | 67.99 | - |
| YUV | 98.52 | 195.43 | 209.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 17 | 218 | 0.02 | 0.92 | 0 | 0.15 | 298.51 | 0.86 | 0.46 |
| Hex | D5 | 11 | DA | 2 | 5C | 0 | F | 12B | 56 | 2E |
| Octal | 325 | 21 | 332 | 2 | 134 | 0 | 17 | 453 | 126 | 56 |
| Binary | 11010101 | 10001 | 11011010 | 10 | 1011100 | 0 | 1111 | 100101011 | 1010110 | 101110 |
Color Harmonies of #D511DA
Complementary color
Monochromatic Colors of #D511DA
Black with #D511DA
Text Example
Text Example
White with #D511DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D511DA; }
p { color: rgb(213,17,218); }
H1.HeaderClassName
{
color: #D511DA;
}
.AnyTagClassName
{
color: #D511DA;
}
</style>
background-color css
<style>
a { background-color: #D511DA; }
a { background-color: rgb(213,17,218); }
div.DivClassName
{
background-color: #D511DA;
}
.BgClassName
{
background-color: #D511DA;
}
</style>
border-color css
<style>
span { border-color: #D511DA; }
span { border-color: rgb(213,17,218); }
td.TdClassName
{
border-color: #D511DA;
}
.TagClassName
{
border-color: #D511DA;
}
</style>