Shades of Deep Magenta #D71CDD
Tints of Deep Magenta #D71CDD
RGB
CMYK
RGB Variations
Color information
#D71CDD (or 0xD71CDD) is known color: Deep Magenta. HEX triplet: D7, 1C and DD. RGB value is (215,28,221). Sum of RGB (Red+Green+Blue) = 215+28+221=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 28 (11.33% from 255 or 6.03% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #D71CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71CDD is #28E322. Grayscale: #696969. Windows color (decimal): -2679587 or 14490839. OLE color: 14490839.
HSL color Cylindrical-coordinate representation of color #D71CDD: hue angle of 298.13º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71CDD is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 28 | 221 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.13 |
| HSL | 298.13º | 0.78% | 0.49% | - |
| HSV(B) | 298.13º | 0.87% | 0.87% | - |
| XYZ | 41.49 | 20.5 | 70.18 | - |
| YUV | 105.92 | 192.95 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 28 | 221 | 0.03 | 0.87 | 0 | 0.13 | 298.13 | 0.78 | 0.49 |
| Hex | D7 | 1C | DD | 3 | 57 | 0 | D | 12A | 4E | 31 |
| Octal | 327 | 34 | 335 | 3 | 127 | 0 | 15 | 452 | 116 | 61 |
| Binary | 11010111 | 11100 | 11011101 | 11 | 1010111 | 0 | 1101 | 100101010 | 1001110 | 110001 |
Color Harmonies of #D71CDD
Complementary color
Monochromatic Colors of #D71CDD
Black with #D71CDD
Text Example
Text Example
White with #D71CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71CDD; }
p { color: rgb(215,28,221); }
H1.HeaderClassName
{
color: #D71CDD;
}
.AnyTagClassName
{
color: #D71CDD;
}
</style>
background-color css
<style>
a { background-color: #D71CDD; }
a { background-color: rgb(215,28,221); }
div.DivClassName
{
background-color: #D71CDD;
}
.BgClassName
{
background-color: #D71CDD;
}
</style>
border-color css
<style>
span { border-color: #D71CDD; }
span { border-color: rgb(215,28,221); }
td.TdClassName
{
border-color: #D71CDD;
}
.TagClassName
{
border-color: #D71CDD;
}
</style>