Shades of Deep Magenta #D71EDC
Tints of Deep Magenta #D71EDC
RGB
CMYK
RGB Variations
Color information
#D71EDC (or 0xD71EDC) is known color: Deep Magenta. HEX triplet: D7, 1E and DC. RGB value is (215,30,220). Sum of RGB (Red+Green+Blue) = 215+30+220=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 30 (12.11% from 255 or 6.45% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #D71EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71EDC is #28E123. Grayscale: #6A6A6A. Windows color (decimal): -2679076 or 14425815. OLE color: 14425815.
HSL color Cylindrical-coordinate representation of color #D71EDC: hue angle of 298.42º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D71EDC is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 30 | 220 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.14 |
| HSL | 298.42º | 0.76% | 0.49% | - |
| HSV(B) | 298.42º | 0.86% | 0.86% | - |
| XYZ | 41.41 | 20.54 | 69.49 | - |
| YUV | 106.98 | 191.79 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 30 | 220 | 0.02 | 0.86 | 0 | 0.14 | 298.42 | 0.76 | 0.49 |
| Hex | D7 | 1E | DC | 2 | 56 | 0 | E | 12A | 4C | 31 |
| Octal | 327 | 36 | 334 | 2 | 126 | 0 | 16 | 452 | 114 | 61 |
| Binary | 11010111 | 11110 | 11011100 | 10 | 1010110 | 0 | 1110 | 100101010 | 1001100 | 110001 |
Color Harmonies of #D71EDC
Complementary color
Monochromatic Colors of #D71EDC
Black with #D71EDC
Text Example
Text Example
White with #D71EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71EDC; }
p { color: rgb(215,30,220); }
H1.HeaderClassName
{
color: #D71EDC;
}
.AnyTagClassName
{
color: #D71EDC;
}
</style>
background-color css
<style>
a { background-color: #D71EDC; }
a { background-color: rgb(215,30,220); }
div.DivClassName
{
background-color: #D71EDC;
}
.BgClassName
{
background-color: #D71EDC;
}
</style>
border-color css
<style>
span { border-color: #D71EDC; }
span { border-color: rgb(215,30,220); }
td.TdClassName
{
border-color: #D71EDC;
}
.TagClassName
{
border-color: #D71EDC;
}
</style>