Shades of Deep Magenta #D71BBE
Tints of Deep Magenta #D71BBE
RGB
CMYK
RGB Variations
Color information
#D71BBE (or 0xD71BBE) is known color: Deep Magenta. HEX triplet: D7, 1B and BE. RGB value is (215,27,190). Sum of RGB (Red+Green+Blue) = 215+27+190=432 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.77% from 432); Green value is 27 (10.94% from 255 or 6.25% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 215 - color contains mainly: red. Hex color #D71BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71BBE is #28E441. Grayscale: #656565. Windows color (decimal): -2679874 or 12458967. OLE color: 12458967.
HSL color Cylindrical-coordinate representation of color #D71BBE: hue angle of 307.98º 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 #D71BBE is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 27 | 190 | - |
| CMYK | 0 | 0.87 | 0.12 | 0.16 |
| HSL | 307.98º | 0.78% | 0.47% | - |
| HSV(B) | 307.98º | 0.87% | 0.84% | - |
| XYZ | 37.71 | 18.95 | 50.39 | - |
| YUV | 101.79 | 177.78 | 208.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 27 | 190 | 0 | 0.87 | 0.12 | 0.16 | 307.98 | 0.78 | 0.47 |
| Hex | D7 | 1B | BE | 0 | 57 | C | 10 | 134 | 4E | 2F |
| Octal | 327 | 33 | 276 | 0 | 127 | 14 | 20 | 464 | 116 | 57 |
| Binary | 11010111 | 11011 | 10111110 | 0 | 1010111 | 1100 | 10000 | 100110100 | 1001110 | 101111 |
Color Harmonies of #D71BBE
Complementary color
Monochromatic Colors of #D71BBE
Black with #D71BBE
Text Example
Text Example
White with #D71BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71BBE; }
p { color: rgb(215,27,190); }
H1.HeaderClassName
{
color: #D71BBE;
}
.AnyTagClassName
{
color: #D71BBE;
}
</style>
background-color css
<style>
a { background-color: #D71BBE; }
a { background-color: rgb(215,27,190); }
div.DivClassName
{
background-color: #D71BBE;
}
.BgClassName
{
background-color: #D71BBE;
}
</style>
border-color css
<style>
span { border-color: #D71BBE; }
span { border-color: rgb(215,27,190); }
td.TdClassName
{
border-color: #D71BBE;
}
.TagClassName
{
border-color: #D71BBE;
}
</style>