Shades of Deep Magenta #D71CBB
Tints of Deep Magenta #D71CBB
RGB
CMYK
RGB Variations
Color information
#D71CBB (or 0xD71CBB) is known color: Deep Magenta. HEX triplet: D7, 1C and BB. RGB value is (215,28,187). Sum of RGB (Red+Green+Blue) = 215+28+187=430 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50% from 430); Green value is 28 (11.33% from 255 or 6.51% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 215 - color contains mainly: red. Hex color #D71CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71CBB is #28E344. Grayscale: #656565. Windows color (decimal): -2679621 or 12262615. OLE color: 12262615.
HSL color Cylindrical-coordinate representation of color #D71CBB: hue angle of 308.98º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71CBB is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 28 | 187 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.16 |
| HSL | 308.98º | 0.77% | 0.48% | - |
| HSV(B) | 308.98º | 0.87% | 0.84% | - |
| XYZ | 37.41 | 18.87 | 48.68 | - |
| YUV | 102.04 | 175.95 | 208.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 28 | 187 | 0 | 0.87 | 0.13 | 0.16 | 308.98 | 0.77 | 0.48 |
| Hex | D7 | 1C | BB | 0 | 57 | D | 10 | 135 | 4D | 30 |
| Octal | 327 | 34 | 273 | 0 | 127 | 15 | 20 | 465 | 115 | 60 |
| Binary | 11010111 | 11100 | 10111011 | 0 | 1010111 | 1101 | 10000 | 100110101 | 1001101 | 110000 |
Color Harmonies of #D71CBB
Complementary color
Monochromatic Colors of #D71CBB
Black with #D71CBB
Text Example
Text Example
White with #D71CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71CBB; }
p { color: rgb(215,28,187); }
H1.HeaderClassName
{
color: #D71CBB;
}
.AnyTagClassName
{
color: #D71CBB;
}
</style>
background-color css
<style>
a { background-color: #D71CBB; }
a { background-color: rgb(215,28,187); }
div.DivClassName
{
background-color: #D71CBB;
}
.BgClassName
{
background-color: #D71CBB;
}
</style>
border-color css
<style>
span { border-color: #D71CBB; }
span { border-color: rgb(215,28,187); }
td.TdClassName
{
border-color: #D71CBB;
}
.TagClassName
{
border-color: #D71CBB;
}
</style>