Shades of Deep Magenta #D71BDB
Tints of Deep Magenta #D71BDB
RGB
CMYK
RGB Variations
Color information
#D71BDB (or 0xD71BDB) is known color: Deep Magenta. HEX triplet: D7, 1B and DB. RGB value is (215,27,219). Sum of RGB (Red+Green+Blue) = 215+27+219=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 27 (10.94% from 255 or 5.86% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #D71BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71BDB is #28E424. Grayscale: #686868. Windows color (decimal): -2679845 or 14359511. OLE color: 14359511.
HSL color Cylindrical-coordinate representation of color #D71BDB: hue angle of 298.75º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D71BDB is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 27 | 219 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.14 |
| HSL | 298.75º | 0.78% | 0.48% | - |
| HSV(B) | 298.75º | 0.88% | 0.86% | - |
| XYZ | 41.2 | 20.35 | 68.77 | - |
| YUV | 105.1 | 192.28 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 27 | 219 | 0.02 | 0.88 | 0 | 0.14 | 298.75 | 0.78 | 0.48 |
| Hex | D7 | 1B | DB | 2 | 58 | 0 | E | 12B | 4E | 30 |
| Octal | 327 | 33 | 333 | 2 | 130 | 0 | 16 | 453 | 116 | 60 |
| Binary | 11010111 | 11011 | 11011011 | 10 | 1011000 | 0 | 1110 | 100101011 | 1001110 | 110000 |
Color Harmonies of #D71BDB
Complementary color
Monochromatic Colors of #D71BDB
Black with #D71BDB
Text Example
Text Example
White with #D71BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71BDB; }
p { color: rgb(215,27,219); }
H1.HeaderClassName
{
color: #D71BDB;
}
.AnyTagClassName
{
color: #D71BDB;
}
</style>
background-color css
<style>
a { background-color: #D71BDB; }
a { background-color: rgb(215,27,219); }
div.DivClassName
{
background-color: #D71BDB;
}
.BgClassName
{
background-color: #D71BDB;
}
</style>
border-color css
<style>
span { border-color: #D71BDB; }
span { border-color: rgb(215,27,219); }
td.TdClassName
{
border-color: #D71BDB;
}
.TagClassName
{
border-color: #D71BDB;
}
</style>