Shades of Deep Magenta #D71DDB
Tints of Deep Magenta #D71DDB
RGB
CMYK
RGB Variations
Color information
#D71DDB (or 0xD71DDB) is known color: Deep Magenta. HEX triplet: D7, 1D and DB. RGB value is (215,29,219). Sum of RGB (Red+Green+Blue) = 215+29+219=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 29 (11.72% from 255 or 6.26% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #D71DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71DDB is #28E224. Grayscale: #696969. Windows color (decimal): -2679333 or 14360023. OLE color: 14360023.
HSL color Cylindrical-coordinate representation of color #D71DDB: hue angle of 298.74º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71DDB is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 29 | 219 | - |
| CMYK | 0.02 | 0.87 | 0 | 0.14 |
| HSL | 298.74º | 0.77% | 0.49% | - |
| HSV(B) | 298.74º | 0.87% | 0.86% | - |
| XYZ | 41.25 | 20.44 | 68.79 | - |
| YUV | 106.27 | 191.62 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 29 | 219 | 0.02 | 0.87 | 0 | 0.14 | 298.74 | 0.77 | 0.49 |
| Hex | D7 | 1D | DB | 2 | 57 | 0 | E | 12B | 4D | 31 |
| Octal | 327 | 35 | 333 | 2 | 127 | 0 | 16 | 453 | 115 | 61 |
| Binary | 11010111 | 11101 | 11011011 | 10 | 1010111 | 0 | 1110 | 100101011 | 1001101 | 110001 |
Color Harmonies of #D71DDB
Complementary color
Monochromatic Colors of #D71DDB
Black with #D71DDB
Text Example
Text Example
White with #D71DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71DDB; }
p { color: rgb(215,29,219); }
H1.HeaderClassName
{
color: #D71DDB;
}
.AnyTagClassName
{
color: #D71DDB;
}
</style>
background-color css
<style>
a { background-color: #D71DDB; }
a { background-color: rgb(215,29,219); }
div.DivClassName
{
background-color: #D71DDB;
}
.BgClassName
{
background-color: #D71DDB;
}
</style>
border-color css
<style>
span { border-color: #D71DDB; }
span { border-color: rgb(215,29,219); }
td.TdClassName
{
border-color: #D71DDB;
}
.TagClassName
{
border-color: #D71DDB;
}
</style>