Shades of Deep Magenta #D71DDC
Tints of Deep Magenta #D71DDC
RGB
CMYK
RGB Variations
Color information
#D71DDC (or 0xD71DDC) is known color: Deep Magenta. HEX triplet: D7, 1D and DC. RGB value is (215,29,220). Sum of RGB (Red+Green+Blue) = 215+29+220=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 29 (11.72% from 255 or 6.25% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #D71DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71DDC is #28E223. Grayscale: #696969. Windows color (decimal): -2679332 or 14425559. OLE color: 14425559.
HSL color Cylindrical-coordinate representation of color #D71DDC: hue angle of 298.43º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71DDC is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 29 | 220 | - |
| CMYK | 0.02 | 0.87 | 0 | 0.14 |
| HSL | 298.43º | 0.77% | 0.49% | - |
| HSV(B) | 298.43º | 0.87% | 0.86% | - |
| XYZ | 41.38 | 20.49 | 69.48 | - |
| YUV | 106.39 | 192.12 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 29 | 220 | 0.02 | 0.87 | 0 | 0.14 | 298.43 | 0.77 | 0.49 |
| Hex | D7 | 1D | DC | 2 | 57 | 0 | E | 12A | 4D | 31 |
| Octal | 327 | 35 | 334 | 2 | 127 | 0 | 16 | 452 | 115 | 61 |
| Binary | 11010111 | 11101 | 11011100 | 10 | 1010111 | 0 | 1110 | 100101010 | 1001101 | 110001 |
Color Harmonies of #D71DDC
Complementary color
Monochromatic Colors of #D71DDC
Black with #D71DDC
Text Example
Text Example
White with #D71DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71DDC; }
p { color: rgb(215,29,220); }
H1.HeaderClassName
{
color: #D71DDC;
}
.AnyTagClassName
{
color: #D71DDC;
}
</style>
background-color css
<style>
a { background-color: #D71DDC; }
a { background-color: rgb(215,29,220); }
div.DivClassName
{
background-color: #D71DDC;
}
.BgClassName
{
background-color: #D71DDC;
}
</style>
border-color css
<style>
span { border-color: #D71DDC; }
span { border-color: rgb(215,29,220); }
td.TdClassName
{
border-color: #D71DDC;
}
.TagClassName
{
border-color: #D71DDC;
}
</style>