Shades of Deep Magenta #D71CCF
Tints of Deep Magenta #D71CCF
RGB
CMYK
RGB Variations
Color information
#D71CCF (or 0xD71CCF) is known color: Deep Magenta. HEX triplet: D7, 1C and CF. RGB value is (215,28,207). Sum of RGB (Red+Green+Blue) = 215+28+207=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 28 (11.33% from 255 or 6.22% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 215 - color contains mainly: red. Hex color #D71CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71CCF is #28E330. Grayscale: #676767. Windows color (decimal): -2679601 or 13573335. OLE color: 13573335.
HSL color Cylindrical-coordinate representation of color #D71CCF: hue angle of 302.57º 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 #D71CCF is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 28 | 207 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.16 |
| HSL | 302.57º | 0.77% | 0.48% | - |
| HSV(B) | 302.57º | 0.87% | 0.84% | - |
| XYZ | 39.7 | 19.78 | 60.76 | - |
| YUV | 104.32 | 185.95 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 28 | 207 | 0 | 0.87 | 0.04 | 0.16 | 302.57 | 0.77 | 0.48 |
| Hex | D7 | 1C | CF | 0 | 57 | 4 | 10 | 12F | 4D | 30 |
| Octal | 327 | 34 | 317 | 0 | 127 | 4 | 20 | 457 | 115 | 60 |
| Binary | 11010111 | 11100 | 11001111 | 0 | 1010111 | 100 | 10000 | 100101111 | 1001101 | 110000 |
Color Harmonies of #D71CCF
Complementary color
Monochromatic Colors of #D71CCF
Black with #D71CCF
Text Example
Text Example
White with #D71CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71CCF; }
p { color: rgb(215,28,207); }
H1.HeaderClassName
{
color: #D71CCF;
}
.AnyTagClassName
{
color: #D71CCF;
}
</style>
background-color css
<style>
a { background-color: #D71CCF; }
a { background-color: rgb(215,28,207); }
div.DivClassName
{
background-color: #D71CCF;
}
.BgClassName
{
background-color: #D71CCF;
}
</style>
border-color css
<style>
span { border-color: #D71CCF; }
span { border-color: rgb(215,28,207); }
td.TdClassName
{
border-color: #D71CCF;
}
.TagClassName
{
border-color: #D71CCF;
}
</style>