Shades of Deep Magenta #D715E2
Tints of Deep Magenta #D715E2
RGB
CMYK
RGB Variations
Color information
#D715E2 (or 0xD715E2) is known color: Deep Magenta. HEX triplet: D7, 15 and E2. RGB value is (215,21,226). Sum of RGB (Red+Green+Blue) = 215+21+226=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 21 (8.59% from 255 or 4.55% from 462); Blue value is 226 (88.67% from 255 or 48.92% from 462); Max value from RGB is 226 - color contains mainly: blue. Hex color #D715E2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D715E2 is #28EA1D. Grayscale: #656565. Windows color (decimal): -2681374 or 14816727. OLE color: 14816727.
HSL color Cylindrical-coordinate representation of color #D715E2: hue angle of 296.78º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D715E2 is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 21 | 226 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.11 |
| HSL | 296.78º | 0.83% | 0.48% | - |
| HSV(B) | 296.78º | 0.91% | 0.89% | - |
| XYZ | 42.02 | 20.47 | 73.69 | - |
| YUV | 102.38 | 197.77 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 21 | 226 | 0.05 | 0.91 | 0 | 0.11 | 296.78 | 0.83 | 0.48 |
| Hex | D7 | 15 | E2 | 5 | 5B | 0 | B | 129 | 53 | 30 |
| Octal | 327 | 25 | 342 | 5 | 133 | 0 | 13 | 451 | 123 | 60 |
| Binary | 11010111 | 10101 | 11100010 | 101 | 1011011 | 0 | 1011 | 100101001 | 1010011 | 110000 |
Color Harmonies of #D715E2
Complementary color
Monochromatic Colors of #D715E2
Black with #D715E2
Text Example
Text Example
White with #D715E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D715E2; }
p { color: rgb(215,21,226); }
H1.HeaderClassName
{
color: #D715E2;
}
.AnyTagClassName
{
color: #D715E2;
}
</style>
background-color css
<style>
a { background-color: #D715E2; }
a { background-color: rgb(215,21,226); }
div.DivClassName
{
background-color: #D715E2;
}
.BgClassName
{
background-color: #D715E2;
}
</style>
border-color css
<style>
span { border-color: #D715E2; }
span { border-color: rgb(215,21,226); }
td.TdClassName
{
border-color: #D715E2;
}
.TagClassName
{
border-color: #D715E2;
}
</style>