Shades of Deep Magenta #D615E4
Tints of Deep Magenta #D615E4
RGB
CMYK
RGB Variations
Color information
#D615E4 (or 0xD615E4) is known color: Deep Magenta. HEX triplet: D6, 15 and E4. RGB value is (214,21,228). Sum of RGB (Red+Green+Blue) = 214+21+228=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 21 (8.59% from 255 or 4.54% from 463); Blue value is 228 (89.45% from 255 or 49.24% from 463); Max value from RGB is 228 - color contains mainly: blue. Hex color #D615E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D615E4 is #29EA1B. Grayscale: #656565. Windows color (decimal): -2746908 or 14947798. OLE color: 14947798.
HSL color Cylindrical-coordinate representation of color #D615E4: hue angle of 295.94º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D615E4 is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 21 | 228 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.11 |
| HSL | 295.94º | 0.83% | 0.49% | - |
| HSV(B) | 295.94º | 0.91% | 0.89% | - |
| XYZ | 42 | 20.43 | 75.13 | - |
| YUV | 102.31 | 198.94 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 21 | 228 | 0.06 | 0.91 | 0 | 0.11 | 295.94 | 0.83 | 0.49 |
| Hex | D6 | 15 | E4 | 6 | 5B | 0 | B | 128 | 53 | 31 |
| Octal | 326 | 25 | 344 | 6 | 133 | 0 | 13 | 450 | 123 | 61 |
| Binary | 11010110 | 10101 | 11100100 | 110 | 1011011 | 0 | 1011 | 100101000 | 1010011 | 110001 |
Color Harmonies of #D615E4
Complementary color
Monochromatic Colors of #D615E4
Black with #D615E4
Text Example
Text Example
White with #D615E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D615E4; }
p { color: rgb(214,21,228); }
H1.HeaderClassName
{
color: #D615E4;
}
.AnyTagClassName
{
color: #D615E4;
}
</style>
background-color css
<style>
a { background-color: #D615E4; }
a { background-color: rgb(214,21,228); }
div.DivClassName
{
background-color: #D615E4;
}
.BgClassName
{
background-color: #D615E4;
}
</style>
border-color css
<style>
span { border-color: #D615E4; }
span { border-color: rgb(214,21,228); }
td.TdClassName
{
border-color: #D615E4;
}
.TagClassName
{
border-color: #D615E4;
}
</style>