Shades of Deep Magenta #D71BDF
Tints of Deep Magenta #D71BDF
RGB
CMYK
RGB Variations
Color information
#D71BDF (or 0xD71BDF) is known color: Deep Magenta. HEX triplet: D7, 1B and DF. RGB value is (215,27,223). Sum of RGB (Red+Green+Blue) = 215+27+223=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 27 (10.94% from 255 or 5.81% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #D71BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71BDF is #28E420. Grayscale: #686868. Windows color (decimal): -2679841 or 14621655. OLE color: 14621655.
HSL color Cylindrical-coordinate representation of color #D71BDF: hue angle of 297.55º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D71BDF is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 27 | 223 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.13 |
| HSL | 297.55º | 0.78% | 0.49% | - |
| HSV(B) | 297.55º | 0.88% | 0.87% | - |
| XYZ | 41.74 | 20.56 | 71.58 | - |
| YUV | 105.56 | 194.28 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 27 | 223 | 0.04 | 0.88 | 0 | 0.13 | 297.55 | 0.78 | 0.49 |
| Hex | D7 | 1B | DF | 4 | 58 | 0 | D | 12A | 4E | 31 |
| Octal | 327 | 33 | 337 | 4 | 130 | 0 | 15 | 452 | 116 | 61 |
| Binary | 11010111 | 11011 | 11011111 | 100 | 1011000 | 0 | 1101 | 100101010 | 1001110 | 110001 |
Color Harmonies of #D71BDF
Complementary color
Monochromatic Colors of #D71BDF
Black with #D71BDF
Text Example
Text Example
White with #D71BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71BDF; }
p { color: rgb(215,27,223); }
H1.HeaderClassName
{
color: #D71BDF;
}
.AnyTagClassName
{
color: #D71BDF;
}
</style>
background-color css
<style>
a { background-color: #D71BDF; }
a { background-color: rgb(215,27,223); }
div.DivClassName
{
background-color: #D71BDF;
}
.BgClassName
{
background-color: #D71BDF;
}
</style>
border-color css
<style>
span { border-color: #D71BDF; }
span { border-color: rgb(215,27,223); }
td.TdClassName
{
border-color: #D71BDF;
}
.TagClassName
{
border-color: #D71BDF;
}
</style>