Shades of Deep Magenta #D70DD1
Tints of Deep Magenta #D70DD1
RGB
CMYK
RGB Variations
Color information
#D70DD1 (or 0xD70DD1) is known color: Deep Magenta. HEX triplet: D7, 0D and D1. RGB value is (215,13,209). Sum of RGB (Red+Green+Blue) = 215+13+209=437 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.20% from 437); Green value is 13 (5.47% from 255 or 2.97% from 437); Blue value is 209 (82.03% from 255 or 47.83% from 437); Max value from RGB is 215 - color contains mainly: red. Hex color #D70DD1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70DD1 is #28F22E. Grayscale: #5F5F5F. Windows color (decimal): -2683439 or 13700567. OLE color: 13700567.
HSL color Cylindrical-coordinate representation of color #D70DD1: hue angle of 301.78º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D70DD1 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 13 | 209 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.16 |
| HSL | 301.78º | 0.89% | 0.45% | - |
| HSV(B) | 301.78º | 0.94% | 0.84% | - |
| XYZ | 39.68 | 19.34 | 61.96 | - |
| YUV | 95.74 | 191.92 | 213.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 13 | 209 | 0 | 0.94 | 0.03 | 0.16 | 301.78 | 0.89 | 0.45 |
| Hex | D7 | D | D1 | 0 | 5E | 3 | 10 | 12E | 59 | 2D |
| Octal | 327 | 15 | 321 | 0 | 136 | 3 | 20 | 456 | 131 | 55 |
| Binary | 11010111 | 1101 | 11010001 | 0 | 1011110 | 11 | 10000 | 100101110 | 1011001 | 101101 |
Color Harmonies of #D70DD1
Complementary color
Monochromatic Colors of #D70DD1
Black with #D70DD1
Text Example
Text Example
White with #D70DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70DD1; }
p { color: rgb(215,13,209); }
H1.HeaderClassName
{
color: #D70DD1;
}
.AnyTagClassName
{
color: #D70DD1;
}
</style>
background-color css
<style>
a { background-color: #D70DD1; }
a { background-color: rgb(215,13,209); }
div.DivClassName
{
background-color: #D70DD1;
}
.BgClassName
{
background-color: #D70DD1;
}
</style>
border-color css
<style>
span { border-color: #D70DD1; }
span { border-color: rgb(215,13,209); }
td.TdClassName
{
border-color: #D70DD1;
}
.TagClassName
{
border-color: #D70DD1;
}
</style>