Shades of Deep Magenta #D715DE
Tints of Deep Magenta #D715DE
RGB
CMYK
RGB Variations
Color information
#D715DE (or 0xD715DE) is known color: Deep Magenta. HEX triplet: D7, 15 and DE. RGB value is (215,21,222). Sum of RGB (Red+Green+Blue) = 215+21+222=458 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.94% from 458); Green value is 21 (8.59% from 255 or 4.59% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #D715DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D715DE is #28EA21. Grayscale: #656565. Windows color (decimal): -2681378 or 14554583. OLE color: 14554583.
HSL color Cylindrical-coordinate representation of color #D715DE: hue angle of 297.91º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D715DE is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 21 | 222 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.13 |
| HSL | 297.91º | 0.83% | 0.48% | - |
| HSV(B) | 297.91º | 0.91% | 0.87% | - |
| XYZ | 41.48 | 20.26 | 70.83 | - |
| YUV | 101.92 | 195.77 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 21 | 222 | 0.03 | 0.91 | 0 | 0.13 | 297.91 | 0.83 | 0.48 |
| Hex | D7 | 15 | DE | 3 | 5B | 0 | D | 12A | 53 | 30 |
| Octal | 327 | 25 | 336 | 3 | 133 | 0 | 15 | 452 | 123 | 60 |
| Binary | 11010111 | 10101 | 11011110 | 11 | 1011011 | 0 | 1101 | 100101010 | 1010011 | 110000 |
Color Harmonies of #D715DE
Complementary color
Monochromatic Colors of #D715DE
Black with #D715DE
Text Example
Text Example
White with #D715DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D715DE; }
p { color: rgb(215,21,222); }
H1.HeaderClassName
{
color: #D715DE;
}
.AnyTagClassName
{
color: #D715DE;
}
</style>
background-color css
<style>
a { background-color: #D715DE; }
a { background-color: rgb(215,21,222); }
div.DivClassName
{
background-color: #D715DE;
}
.BgClassName
{
background-color: #D715DE;
}
</style>
border-color css
<style>
span { border-color: #D715DE; }
span { border-color: rgb(215,21,222); }
td.TdClassName
{
border-color: #D715DE;
}
.TagClassName
{
border-color: #D715DE;
}
</style>