Shades of Deep Magenta #D71EDB
Tints of Deep Magenta #D71EDB
RGB
CMYK
RGB Variations
Color information
#D71EDB (or 0xD71EDB) is known color: Deep Magenta. HEX triplet: D7, 1E and DB. RGB value is (215,30,219). Sum of RGB (Red+Green+Blue) = 215+30+219=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 30 (12.11% from 255 or 6.47% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #D71EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71EDB is #28E124. Grayscale: #6A6A6A. Windows color (decimal): -2679077 or 14360279. OLE color: 14360279.
HSL color Cylindrical-coordinate representation of color #D71EDB: hue angle of 298.73º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D71EDB is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 30 | 219 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.14 |
| HSL | 298.73º | 0.76% | 0.49% | - |
| HSV(B) | 298.73º | 0.86% | 0.86% | - |
| XYZ | 41.27 | 20.49 | 68.8 | - |
| YUV | 106.86 | 191.29 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 30 | 219 | 0.02 | 0.86 | 0 | 0.14 | 298.73 | 0.76 | 0.49 |
| Hex | D7 | 1E | DB | 2 | 56 | 0 | E | 12B | 4C | 31 |
| Octal | 327 | 36 | 333 | 2 | 126 | 0 | 16 | 453 | 114 | 61 |
| Binary | 11010111 | 11110 | 11011011 | 10 | 1010110 | 0 | 1110 | 100101011 | 1001100 | 110001 |
Color Harmonies of #D71EDB
Complementary color
Monochromatic Colors of #D71EDB
Black with #D71EDB
Text Example
Text Example
White with #D71EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71EDB; }
p { color: rgb(215,30,219); }
H1.HeaderClassName
{
color: #D71EDB;
}
.AnyTagClassName
{
color: #D71EDB;
}
</style>
background-color css
<style>
a { background-color: #D71EDB; }
a { background-color: rgb(215,30,219); }
div.DivClassName
{
background-color: #D71EDB;
}
.BgClassName
{
background-color: #D71EDB;
}
</style>
border-color css
<style>
span { border-color: #D71EDB; }
span { border-color: rgb(215,30,219); }
td.TdClassName
{
border-color: #D71EDB;
}
.TagClassName
{
border-color: #D71EDB;
}
</style>