Shades of Deep Magenta #D71BBC
Tints of Deep Magenta #D71BBC
RGB
CMYK
RGB Variations
Color information
#D71BBC (or 0xD71BBC) is known color: Deep Magenta. HEX triplet: D7, 1B and BC. RGB value is (215,27,188). Sum of RGB (Red+Green+Blue) = 215+27+188=430 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50% from 430); Green value is 27 (10.94% from 255 or 6.28% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 215 - color contains mainly: red. Hex color #D71BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71BBC is #28E443. Grayscale: #656565. Windows color (decimal): -2679876 or 12327895. OLE color: 12327895.
HSL color Cylindrical-coordinate representation of color #D71BBC: hue angle of 308.62º 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 #D71BBC is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 27 | 188 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.16 |
| HSL | 308.62º | 0.78% | 0.47% | - |
| HSV(B) | 308.62º | 0.87% | 0.84% | - |
| XYZ | 37.49 | 18.86 | 49.24 | - |
| YUV | 101.57 | 176.78 | 208.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 27 | 188 | 0 | 0.87 | 0.13 | 0.16 | 308.62 | 0.78 | 0.47 |
| Hex | D7 | 1B | BC | 0 | 57 | D | 10 | 135 | 4E | 2F |
| Octal | 327 | 33 | 274 | 0 | 127 | 15 | 20 | 465 | 116 | 57 |
| Binary | 11010111 | 11011 | 10111100 | 0 | 1010111 | 1101 | 10000 | 100110101 | 1001110 | 101111 |
Color Harmonies of #D71BBC
Complementary color
Monochromatic Colors of #D71BBC
Black with #D71BBC
Text Example
Text Example
White with #D71BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71BBC; }
p { color: rgb(215,27,188); }
H1.HeaderClassName
{
color: #D71BBC;
}
.AnyTagClassName
{
color: #D71BBC;
}
</style>
background-color css
<style>
a { background-color: #D71BBC; }
a { background-color: rgb(215,27,188); }
div.DivClassName
{
background-color: #D71BBC;
}
.BgClassName
{
background-color: #D71BBC;
}
</style>
border-color css
<style>
span { border-color: #D71BBC; }
span { border-color: rgb(215,27,188); }
td.TdClassName
{
border-color: #D71BBC;
}
.TagClassName
{
border-color: #D71BBC;
}
</style>