Shades of Deep Magenta #D515C5
Tints of Deep Magenta #D515C5
RGB
CMYK
RGB Variations
Color information
#D515C5 (or 0xD515C5) is known color: Deep Magenta. HEX triplet: D5, 15 and C5. RGB value is (213,21,197). Sum of RGB (Red+Green+Blue) = 213+21+197=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 21 (8.59% from 255 or 4.87% from 431); Blue value is 197 (77.34% from 255 or 45.71% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D515C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D515C5 is #2AEA3A. Grayscale: #616161. Windows color (decimal): -2812475 or 12916181. OLE color: 12916181.
HSL color Cylindrical-coordinate representation of color #D515C5: hue angle of 305º 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 #D515C5 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 197 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.16 |
| HSL | 305º | 0.82% | 0.46% | - |
| HSV(B) | 305º | 0.9% | 0.84% | - |
| XYZ | 37.79 | 18.71 | 54.44 | - |
| YUV | 98.47 | 183.61 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 197 | 0 | 0.90 | 0.08 | 0.16 | 305 | 0.82 | 0.46 |
| Hex | D5 | 15 | C5 | 0 | 5A | 8 | 10 | 131 | 52 | 2E |
| Octal | 325 | 25 | 305 | 0 | 132 | 10 | 20 | 461 | 122 | 56 |
| Binary | 11010101 | 10101 | 11000101 | 0 | 1011010 | 1000 | 10000 | 100110001 | 1010010 | 101110 |
Color Harmonies of #D515C5
Complementary color
Monochromatic Colors of #D515C5
Black with #D515C5
Text Example
Text Example
White with #D515C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D515C5; }
p { color: rgb(213,21,197); }
H1.HeaderClassName
{
color: #D515C5;
}
.AnyTagClassName
{
color: #D515C5;
}
</style>
background-color css
<style>
a { background-color: #D515C5; }
a { background-color: rgb(213,21,197); }
div.DivClassName
{
background-color: #D515C5;
}
.BgClassName
{
background-color: #D515C5;
}
</style>
border-color css
<style>
span { border-color: #D515C5; }
span { border-color: rgb(213,21,197); }
td.TdClassName
{
border-color: #D515C5;
}
.TagClassName
{
border-color: #D515C5;
}
</style>