Shades of Deep Magenta #D71DC6
Tints of Deep Magenta #D71DC6
RGB
CMYK
RGB Variations
Color information
#D71DC6 (or 0xD71DC6) is known color: Deep Magenta. HEX triplet: D7, 1D and C6. RGB value is (215,29,198). Sum of RGB (Red+Green+Blue) = 215+29+198=442 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.64% from 442); Green value is 29 (11.72% from 255 or 6.56% from 442); Blue value is 198 (77.73% from 255 or 44.80% from 442); Max value from RGB is 215 - color contains mainly: red. Hex color #D71DC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71DC6 is #28E239. Grayscale: #676767. Windows color (decimal): -2679354 or 12983767. OLE color: 12983767.
HSL color Cylindrical-coordinate representation of color #D71DC6: hue angle of 305.48º 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 #D71DC6 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 29 | 198 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.16 |
| HSL | 305.48º | 0.76% | 0.48% | - |
| HSV(B) | 305.48º | 0.87% | 0.84% | - |
| XYZ | 38.66 | 19.4 | 55.13 | - |
| YUV | 103.88 | 181.12 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 29 | 198 | 0 | 0.87 | 0.08 | 0.16 | 305.48 | 0.76 | 0.48 |
| Hex | D7 | 1D | C6 | 0 | 57 | 8 | 10 | 131 | 4C | 30 |
| Octal | 327 | 35 | 306 | 0 | 127 | 10 | 20 | 461 | 114 | 60 |
| Binary | 11010111 | 11101 | 11000110 | 0 | 1010111 | 1000 | 10000 | 100110001 | 1001100 | 110000 |
Color Harmonies of #D71DC6
Complementary color
Monochromatic Colors of #D71DC6
Black with #D71DC6
Text Example
Text Example
White with #D71DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71DC6; }
p { color: rgb(215,29,198); }
H1.HeaderClassName
{
color: #D71DC6;
}
.AnyTagClassName
{
color: #D71DC6;
}
</style>
background-color css
<style>
a { background-color: #D71DC6; }
a { background-color: rgb(215,29,198); }
div.DivClassName
{
background-color: #D71DC6;
}
.BgClassName
{
background-color: #D71DC6;
}
</style>
border-color css
<style>
span { border-color: #D71DC6; }
span { border-color: rgb(215,29,198); }
td.TdClassName
{
border-color: #D71DC6;
}
.TagClassName
{
border-color: #D71DC6;
}
</style>