Shades of Deep Magenta #D71BD2
Tints of Deep Magenta #D71BD2
RGB
CMYK
RGB Variations
Color information
#D71BD2 (or 0xD71BD2) is known color: Deep Magenta. HEX triplet: D7, 1B and D2. RGB value is (215,27,210). Sum of RGB (Red+Green+Blue) = 215+27+210=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 27 (10.94% from 255 or 5.97% from 452); Blue value is 210 (82.42% from 255 or 46.46% from 452); Max value from RGB is 215 - color contains mainly: red. Hex color #D71BD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71BD2 is #28E42D. Grayscale: #676767. Windows color (decimal): -2679854 or 13769687. OLE color: 13769687.
HSL color Cylindrical-coordinate representation of color #D71BD2: hue angle of 301.6º 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 #D71BD2 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 27 | 210 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.16 |
| HSL | 301.6º | 0.78% | 0.47% | - |
| HSV(B) | 301.6º | 0.87% | 0.84% | - |
| XYZ | 40.05 | 19.88 | 62.7 | - |
| YUV | 104.07 | 187.78 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 27 | 210 | 0 | 0.87 | 0.02 | 0.16 | 301.6 | 0.78 | 0.47 |
| Hex | D7 | 1B | D2 | 0 | 57 | 2 | 10 | 12E | 4E | 2F |
| Octal | 327 | 33 | 322 | 0 | 127 | 2 | 20 | 456 | 116 | 57 |
| Binary | 11010111 | 11011 | 11010010 | 0 | 1010111 | 10 | 10000 | 100101110 | 1001110 | 101111 |
Color Harmonies of #D71BD2
Complementary color
Monochromatic Colors of #D71BD2
Black with #D71BD2
Text Example
Text Example
White with #D71BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71BD2; }
p { color: rgb(215,27,210); }
H1.HeaderClassName
{
color: #D71BD2;
}
.AnyTagClassName
{
color: #D71BD2;
}
</style>
background-color css
<style>
a { background-color: #D71BD2; }
a { background-color: rgb(215,27,210); }
div.DivClassName
{
background-color: #D71BD2;
}
.BgClassName
{
background-color: #D71BD2;
}
</style>
border-color css
<style>
span { border-color: #D71BD2; }
span { border-color: rgb(215,27,210); }
td.TdClassName
{
border-color: #D71BD2;
}
.TagClassName
{
border-color: #D71BD2;
}
</style>