Shades of Deep Magenta #D71DBE
Tints of Deep Magenta #D71DBE
RGB
CMYK
RGB Variations
Color information
#D71DBE (or 0xD71DBE) is known color: Deep Magenta. HEX triplet: D7, 1D and BE. RGB value is (215,29,190). Sum of RGB (Red+Green+Blue) = 215+29+190=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 29 (11.72% from 255 or 6.68% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D71DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71DBE is #28E241. Grayscale: #666666. Windows color (decimal): -2679362 or 12459479. OLE color: 12459479.
HSL color Cylindrical-coordinate representation of color #D71DBE: hue angle of 308.06º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71DBE is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 29 | 190 | - |
| CMYK | 0 | 0.87 | 0.12 | 0.16 |
| HSL | 308.06º | 0.76% | 0.48% | - |
| HSV(B) | 308.06º | 0.87% | 0.84% | - |
| XYZ | 37.76 | 19.04 | 50.4 | - |
| YUV | 102.97 | 177.12 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 29 | 190 | 0 | 0.87 | 0.12 | 0.16 | 308.06 | 0.76 | 0.48 |
| Hex | D7 | 1D | BE | 0 | 57 | C | 10 | 134 | 4C | 30 |
| Octal | 327 | 35 | 276 | 0 | 127 | 14 | 20 | 464 | 114 | 60 |
| Binary | 11010111 | 11101 | 10111110 | 0 | 1010111 | 1100 | 10000 | 100110100 | 1001100 | 110000 |
Color Harmonies of #D71DBE
Complementary color
Monochromatic Colors of #D71DBE
Black with #D71DBE
Text Example
Text Example
White with #D71DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71DBE; }
p { color: rgb(215,29,190); }
H1.HeaderClassName
{
color: #D71DBE;
}
.AnyTagClassName
{
color: #D71DBE;
}
</style>
background-color css
<style>
a { background-color: #D71DBE; }
a { background-color: rgb(215,29,190); }
div.DivClassName
{
background-color: #D71DBE;
}
.BgClassName
{
background-color: #D71DBE;
}
</style>
border-color css
<style>
span { border-color: #D71DBE; }
span { border-color: rgb(215,29,190); }
td.TdClassName
{
border-color: #D71DBE;
}
.TagClassName
{
border-color: #D71DBE;
}
</style>