Shades of Deep Magenta #D715C6
Tints of Deep Magenta #D715C6
RGB
CMYK
RGB Variations
Color information
#D715C6 (or 0xD715C6) is known color: Deep Magenta. HEX triplet: D7, 15 and C6. RGB value is (215,21,198). Sum of RGB (Red+Green+Blue) = 215+21+198=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 21 (8.59% from 255 or 4.84% from 434); Blue value is 198 (77.73% from 255 or 45.62% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D715C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D715C6 is #28EA39. Grayscale: #626262. Windows color (decimal): -2681402 or 12981719. OLE color: 12981719.
HSL color Cylindrical-coordinate representation of color #D715C6: hue angle of 305.26º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D715C6 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 21 | 198 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.16 |
| HSL | 305.26º | 0.82% | 0.46% | - |
| HSV(B) | 305.26º | 0.9% | 0.84% | - |
| XYZ | 38.49 | 19.06 | 55.08 | - |
| YUV | 99.18 | 183.77 | 210.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 21 | 198 | 0 | 0.90 | 0.08 | 0.16 | 305.26 | 0.82 | 0.46 |
| Hex | D7 | 15 | C6 | 0 | 5A | 8 | 10 | 131 | 52 | 2E |
| Octal | 327 | 25 | 306 | 0 | 132 | 10 | 20 | 461 | 122 | 56 |
| Binary | 11010111 | 10101 | 11000110 | 0 | 1011010 | 1000 | 10000 | 100110001 | 1010010 | 101110 |
Color Harmonies of #D715C6
Complementary color
Monochromatic Colors of #D715C6
Black with #D715C6
Text Example
Text Example
White with #D715C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D715C6; }
p { color: rgb(215,21,198); }
H1.HeaderClassName
{
color: #D715C6;
}
.AnyTagClassName
{
color: #D715C6;
}
</style>
background-color css
<style>
a { background-color: #D715C6; }
a { background-color: rgb(215,21,198); }
div.DivClassName
{
background-color: #D715C6;
}
.BgClassName
{
background-color: #D715C6;
}
</style>
border-color css
<style>
span { border-color: #D715C6; }
span { border-color: rgb(215,21,198); }
td.TdClassName
{
border-color: #D715C6;
}
.TagClassName
{
border-color: #D715C6;
}
</style>