Shades of Deep Magenta #D71ADE
Tints of Deep Magenta #D71ADE
RGB
CMYK
RGB Variations
Color information
#D71ADE (or 0xD71ADE) is known color: Deep Magenta. HEX triplet: D7, 1A and DE. RGB value is (215,26,222). Sum of RGB (Red+Green+Blue) = 215+26+222=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 26 (10.55% from 255 or 5.62% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #D71ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71ADE is #28E521. Grayscale: #686868. Windows color (decimal): -2680098 or 14555863. OLE color: 14555863.
HSL color Cylindrical-coordinate representation of color #D71ADE: hue angle of 297.86º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D71ADE is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 26 | 222 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.13 |
| HSL | 297.86º | 0.79% | 0.49% | - |
| HSV(B) | 297.86º | 0.88% | 0.87% | - |
| XYZ | 41.58 | 20.46 | 70.86 | - |
| YUV | 104.86 | 194.12 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 26 | 222 | 0.03 | 0.88 | 0 | 0.13 | 297.86 | 0.79 | 0.49 |
| Hex | D7 | 1A | DE | 3 | 58 | 0 | D | 12A | 4F | 31 |
| Octal | 327 | 32 | 336 | 3 | 130 | 0 | 15 | 452 | 117 | 61 |
| Binary | 11010111 | 11010 | 11011110 | 11 | 1011000 | 0 | 1101 | 100101010 | 1001111 | 110001 |
Color Harmonies of #D71ADE
Complementary color
Monochromatic Colors of #D71ADE
Black with #D71ADE
Text Example
Text Example
White with #D71ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71ADE; }
p { color: rgb(215,26,222); }
H1.HeaderClassName
{
color: #D71ADE;
}
.AnyTagClassName
{
color: #D71ADE;
}
</style>
background-color css
<style>
a { background-color: #D71ADE; }
a { background-color: rgb(215,26,222); }
div.DivClassName
{
background-color: #D71ADE;
}
.BgClassName
{
background-color: #D71ADE;
}
</style>
border-color css
<style>
span { border-color: #D71ADE; }
span { border-color: rgb(215,26,222); }
td.TdClassName
{
border-color: #D71ADE;
}
.TagClassName
{
border-color: #D71ADE;
}
</style>