Shades of Deep Magenta #D715DF
Tints of Deep Magenta #D715DF
RGB
CMYK
RGB Variations
Color information
#D715DF (or 0xD715DF) is known color: Deep Magenta. HEX triplet: D7, 15 and DF. RGB value is (215,21,223). Sum of RGB (Red+Green+Blue) = 215+21+223=459 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.84% from 459); Green value is 21 (8.59% from 255 or 4.58% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #D715DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D715DF is #28EA20. Grayscale: #656565. Windows color (decimal): -2681377 or 14620119. OLE color: 14620119.
HSL color Cylindrical-coordinate representation of color #D715DF: hue angle of 297.62º 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 #D715DF is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 21 | 223 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.13 |
| HSL | 297.62º | 0.83% | 0.48% | - |
| HSV(B) | 297.62º | 0.91% | 0.87% | - |
| XYZ | 41.61 | 20.31 | 71.54 | - |
| YUV | 102.03 | 196.27 | 208.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 21 | 223 | 0.04 | 0.91 | 0 | 0.13 | 297.62 | 0.83 | 0.48 |
| Hex | D7 | 15 | DF | 4 | 5B | 0 | D | 12A | 53 | 30 |
| Octal | 327 | 25 | 337 | 4 | 133 | 0 | 15 | 452 | 123 | 60 |
| Binary | 11010111 | 10101 | 11011111 | 100 | 1011011 | 0 | 1101 | 100101010 | 1010011 | 110000 |
Color Harmonies of #D715DF
Complementary color
Monochromatic Colors of #D715DF
Black with #D715DF
Text Example
Text Example
White with #D715DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D715DF; }
p { color: rgb(215,21,223); }
H1.HeaderClassName
{
color: #D715DF;
}
.AnyTagClassName
{
color: #D715DF;
}
</style>
background-color css
<style>
a { background-color: #D715DF; }
a { background-color: rgb(215,21,223); }
div.DivClassName
{
background-color: #D715DF;
}
.BgClassName
{
background-color: #D715DF;
}
</style>
border-color css
<style>
span { border-color: #D715DF; }
span { border-color: rgb(215,21,223); }
td.TdClassName
{
border-color: #D715DF;
}
.TagClassName
{
border-color: #D715DF;
}
</style>