Shades of Deep Magenta #D711DA
Tints of Deep Magenta #D711DA
RGB
CMYK
RGB Variations
Color information
#D711DA (or 0xD711DA) is known color: Deep Magenta. HEX triplet: D7, 11 and DA. RGB value is (215,17,218). Sum of RGB (Red+Green+Blue) = 215+17+218=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 17 (7.03% from 255 or 3.78% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #D711DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D711DA is #28EE25. Grayscale: #626262. Windows color (decimal): -2682406 or 14291415. OLE color: 14291415.
HSL color Cylindrical-coordinate representation of color #D711DA: hue angle of 299.1º 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 #D711DA is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 17 | 218 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.15 |
| HSL | 299.1º | 0.86% | 0.46% | - |
| HSV(B) | 299.1º | 0.92% | 0.85% | - |
| XYZ | 40.88 | 19.91 | 68.02 | - |
| YUV | 99.12 | 195.1 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 17 | 218 | 0.01 | 0.92 | 0 | 0.15 | 299.1 | 0.86 | 0.46 |
| Hex | D7 | 11 | DA | 1 | 5C | 0 | F | 12B | 56 | 2E |
| Octal | 327 | 21 | 332 | 1 | 134 | 0 | 17 | 453 | 126 | 56 |
| Binary | 11010111 | 10001 | 11011010 | 1 | 1011100 | 0 | 1111 | 100101011 | 1010110 | 101110 |
Color Harmonies of #D711DA
Complementary color
Monochromatic Colors of #D711DA
Black with #D711DA
Text Example
Text Example
White with #D711DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D711DA; }
p { color: rgb(215,17,218); }
H1.HeaderClassName
{
color: #D711DA;
}
.AnyTagClassName
{
color: #D711DA;
}
</style>
background-color css
<style>
a { background-color: #D711DA; }
a { background-color: rgb(215,17,218); }
div.DivClassName
{
background-color: #D711DA;
}
.BgClassName
{
background-color: #D711DA;
}
</style>
border-color css
<style>
span { border-color: #D711DA; }
span { border-color: rgb(215,17,218); }
td.TdClassName
{
border-color: #D711DA;
}
.TagClassName
{
border-color: #D711DA;
}
</style>