Shades of Deep Magenta #D71DCB
Tints of Deep Magenta #D71DCB
RGB
CMYK
RGB Variations
Color information
#D71DCB (or 0xD71DCB) is known color: Deep Magenta. HEX triplet: D7, 1D and CB. RGB value is (215,29,203). Sum of RGB (Red+Green+Blue) = 215+29+203=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 29 (11.72% from 255 or 6.49% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D71DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71DCB is #28E234. Grayscale: #676767. Windows color (decimal): -2679349 or 13311447. OLE color: 13311447.
HSL color Cylindrical-coordinate representation of color #D71DCB: hue angle of 303.87º degrees, saturation: 0.76, 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 #D71DCB is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 29 | 203 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.16 |
| HSL | 303.87º | 0.76% | 0.48% | - |
| HSV(B) | 303.87º | 0.87% | 0.84% | - |
| XYZ | 39.24 | 19.64 | 58.22 | - |
| YUV | 104.45 | 183.62 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 29 | 203 | 0 | 0.87 | 0.06 | 0.16 | 303.87 | 0.76 | 0.48 |
| Hex | D7 | 1D | CB | 0 | 57 | 6 | 10 | 130 | 4C | 30 |
| Octal | 327 | 35 | 313 | 0 | 127 | 6 | 20 | 460 | 114 | 60 |
| Binary | 11010111 | 11101 | 11001011 | 0 | 1010111 | 110 | 10000 | 100110000 | 1001100 | 110000 |
Color Harmonies of #D71DCB
Complementary color
Monochromatic Colors of #D71DCB
Black with #D71DCB
Text Example
Text Example
White with #D71DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71DCB; }
p { color: rgb(215,29,203); }
H1.HeaderClassName
{
color: #D71DCB;
}
.AnyTagClassName
{
color: #D71DCB;
}
</style>
background-color css
<style>
a { background-color: #D71DCB; }
a { background-color: rgb(215,29,203); }
div.DivClassName
{
background-color: #D71DCB;
}
.BgClassName
{
background-color: #D71DCB;
}
</style>
border-color css
<style>
span { border-color: #D71DCB; }
span { border-color: rgb(215,29,203); }
td.TdClassName
{
border-color: #D71DCB;
}
.TagClassName
{
border-color: #D71DCB;
}
</style>