Shades of Deep Magenta #D715C5
Tints of Deep Magenta #D715C5
RGB
CMYK
RGB Variations
Color information
#D715C5 (or 0xD715C5) is known color: Deep Magenta. HEX triplet: D7, 15 and C5. RGB value is (215,21,197). Sum of RGB (Red+Green+Blue) = 215+21+197=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 21 (8.59% from 255 or 4.85% from 433); Blue value is 197 (77.34% from 255 or 45.50% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D715C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D715C5 is #28EA3A. Grayscale: #626262. Windows color (decimal): -2681403 or 12916183. OLE color: 12916183.
HSL color Cylindrical-coordinate representation of color #D715C5: hue angle of 305.57º 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 #D715C5 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 21 | 197 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.16 |
| HSL | 305.57º | 0.82% | 0.46% | - |
| HSV(B) | 305.57º | 0.9% | 0.84% | - |
| XYZ | 38.37 | 19.01 | 54.47 | - |
| YUV | 99.07 | 183.27 | 210.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 21 | 197 | 0 | 0.90 | 0.08 | 0.16 | 305.57 | 0.82 | 0.46 |
| Hex | D7 | 15 | C5 | 0 | 5A | 8 | 10 | 132 | 52 | 2E |
| Octal | 327 | 25 | 305 | 0 | 132 | 10 | 20 | 462 | 122 | 56 |
| Binary | 11010111 | 10101 | 11000101 | 0 | 1011010 | 1000 | 10000 | 100110010 | 1010010 | 101110 |
Color Harmonies of #D715C5
Complementary color
Monochromatic Colors of #D715C5
Black with #D715C5
Text Example
Text Example
White with #D715C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D715C5; }
p { color: rgb(215,21,197); }
H1.HeaderClassName
{
color: #D715C5;
}
.AnyTagClassName
{
color: #D715C5;
}
</style>
background-color css
<style>
a { background-color: #D715C5; }
a { background-color: rgb(215,21,197); }
div.DivClassName
{
background-color: #D715C5;
}
.BgClassName
{
background-color: #D715C5;
}
</style>
border-color css
<style>
span { border-color: #D715C5; }
span { border-color: rgb(215,21,197); }
td.TdClassName
{
border-color: #D715C5;
}
.TagClassName
{
border-color: #D715C5;
}
</style>