Shades of Deep Magenta #D71CC4
Tints of Deep Magenta #D71CC4
RGB
CMYK
RGB Variations
Color information
#D71CC4 (or 0xD71CC4) is known color: Deep Magenta. HEX triplet: D7, 1C and C4. RGB value is (215,28,196). Sum of RGB (Red+Green+Blue) = 215+28+196=439 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.97% from 439); Green value is 28 (11.33% from 255 or 6.38% from 439); Blue value is 196 (76.95% from 255 or 44.65% from 439); Max value from RGB is 215 - color contains mainly: red. Hex color #D71CC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71CC4 is #28E33B. Grayscale: #666666. Windows color (decimal): -2679612 or 12852439. OLE color: 12852439.
HSL color Cylindrical-coordinate representation of color #D71CC4: hue angle of 306.1º 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 #D71CC4 is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 28 | 196 | - |
| CMYK | 0 | 0.87 | 0.09 | 0.16 |
| HSL | 306.1º | 0.77% | 0.48% | - |
| HSV(B) | 306.1º | 0.87% | 0.84% | - |
| XYZ | 38.4 | 19.26 | 53.92 | - |
| YUV | 103.07 | 180.45 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 28 | 196 | 0 | 0.87 | 0.09 | 0.16 | 306.1 | 0.77 | 0.48 |
| Hex | D7 | 1C | C4 | 0 | 57 | 9 | 10 | 132 | 4D | 30 |
| Octal | 327 | 34 | 304 | 0 | 127 | 11 | 20 | 462 | 115 | 60 |
| Binary | 11010111 | 11100 | 11000100 | 0 | 1010111 | 1001 | 10000 | 100110010 | 1001101 | 110000 |
Color Harmonies of #D71CC4
Complementary color
Monochromatic Colors of #D71CC4
Black with #D71CC4
Text Example
Text Example
White with #D71CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71CC4; }
p { color: rgb(215,28,196); }
H1.HeaderClassName
{
color: #D71CC4;
}
.AnyTagClassName
{
color: #D71CC4;
}
</style>
background-color css
<style>
a { background-color: #D71CC4; }
a { background-color: rgb(215,28,196); }
div.DivClassName
{
background-color: #D71CC4;
}
.BgClassName
{
background-color: #D71CC4;
}
</style>
border-color css
<style>
span { border-color: #D71CC4; }
span { border-color: rgb(215,28,196); }
td.TdClassName
{
border-color: #D71CC4;
}
.TagClassName
{
border-color: #D71CC4;
}
</style>