Shades of Deep Magenta #D515C1
Tints of Deep Magenta #D515C1
RGB
CMYK
RGB Variations
Color information
#D515C1 (or 0xD515C1) is known color: Deep Magenta. HEX triplet: D5, 15 and C1. RGB value is (213,21,193). Sum of RGB (Red+Green+Blue) = 213+21+193=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 21 (8.59% from 255 or 4.92% from 427); Blue value is 193 (75.78% from 255 or 45.20% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D515C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D515C1 is #2AEA3E. Grayscale: #616161. Windows color (decimal): -2812479 or 12654037. OLE color: 12654037.
HSL color Cylindrical-coordinate representation of color #D515C1: hue angle of 306.25º 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 #D515C1 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 193 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.16 |
| HSL | 306.25º | 0.82% | 0.46% | - |
| HSV(B) | 306.25º | 0.9% | 0.84% | - |
| XYZ | 37.33 | 18.53 | 52.06 | - |
| YUV | 98.02 | 181.61 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 193 | 0 | 0.90 | 0.09 | 0.16 | 306.25 | 0.82 | 0.46 |
| Hex | D5 | 15 | C1 | 0 | 5A | 9 | 10 | 132 | 52 | 2E |
| Octal | 325 | 25 | 301 | 0 | 132 | 11 | 20 | 462 | 122 | 56 |
| Binary | 11010101 | 10101 | 11000001 | 0 | 1011010 | 1001 | 10000 | 100110010 | 1010010 | 101110 |
Color Harmonies of #D515C1
Complementary color
Monochromatic Colors of #D515C1
Black with #D515C1
Text Example
Text Example
White with #D515C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D515C1; }
p { color: rgb(213,21,193); }
H1.HeaderClassName
{
color: #D515C1;
}
.AnyTagClassName
{
color: #D515C1;
}
</style>
background-color css
<style>
a { background-color: #D515C1; }
a { background-color: rgb(213,21,193); }
div.DivClassName
{
background-color: #D515C1;
}
.BgClassName
{
background-color: #D515C1;
}
</style>
border-color css
<style>
span { border-color: #D515C1; }
span { border-color: rgb(213,21,193); }
td.TdClassName
{
border-color: #D515C1;
}
.TagClassName
{
border-color: #D515C1;
}
</style>