Shades of Deep Magenta #D71BD0
Tints of Deep Magenta #D71BD0
RGB
CMYK
RGB Variations
Color information
#D71BD0 (or 0xD71BD0) is known color: Deep Magenta. HEX triplet: D7, 1B and D0. RGB value is (215,27,208). Sum of RGB (Red+Green+Blue) = 215+27+208=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 27 (10.94% from 255 or 6% from 450); Blue value is 208 (81.64% from 255 or 46.22% from 450); Max value from RGB is 215 - color contains mainly: red. Hex color #D71BD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71BD0 is #28E42F. Grayscale: #676767. Windows color (decimal): -2679856 or 13638615. OLE color: 13638615.
HSL color Cylindrical-coordinate representation of color #D71BD0: hue angle of 302.23º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71BD0 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 27 | 208 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.16 |
| HSL | 302.23º | 0.78% | 0.47% | - |
| HSV(B) | 302.23º | 0.87% | 0.84% | - |
| XYZ | 39.8 | 19.79 | 61.4 | - |
| YUV | 103.85 | 186.78 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 27 | 208 | 0 | 0.87 | 0.03 | 0.16 | 302.23 | 0.78 | 0.47 |
| Hex | D7 | 1B | D0 | 0 | 57 | 3 | 10 | 12E | 4E | 2F |
| Octal | 327 | 33 | 320 | 0 | 127 | 3 | 20 | 456 | 116 | 57 |
| Binary | 11010111 | 11011 | 11010000 | 0 | 1010111 | 11 | 10000 | 100101110 | 1001110 | 101111 |
Color Harmonies of #D71BD0
Complementary color
Monochromatic Colors of #D71BD0
Black with #D71BD0
Text Example
Text Example
White with #D71BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71BD0; }
p { color: rgb(215,27,208); }
H1.HeaderClassName
{
color: #D71BD0;
}
.AnyTagClassName
{
color: #D71BD0;
}
</style>
background-color css
<style>
a { background-color: #D71BD0; }
a { background-color: rgb(215,27,208); }
div.DivClassName
{
background-color: #D71BD0;
}
.BgClassName
{
background-color: #D71BD0;
}
</style>
border-color css
<style>
span { border-color: #D71BD0; }
span { border-color: rgb(215,27,208); }
td.TdClassName
{
border-color: #D71BD0;
}
.TagClassName
{
border-color: #D71BD0;
}
</style>