Shades of Deep Magenta #D715C1
Tints of Deep Magenta #D715C1
RGB
CMYK
RGB Variations
Color information
#D715C1 (or 0xD715C1) is known color: Deep Magenta. HEX triplet: D7, 15 and C1. RGB value is (215,21,193). Sum of RGB (Red+Green+Blue) = 215+21+193=429 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.12% from 429); Green value is 21 (8.59% from 255 or 4.90% from 429); Blue value is 193 (75.78% from 255 or 44.99% from 429); Max value from RGB is 215 - color contains mainly: red. Hex color #D715C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D715C1 is #28EA3E. Grayscale: #626262. Windows color (decimal): -2681407 or 12654039. OLE color: 12654039.
HSL color Cylindrical-coordinate representation of color #D715C1: hue angle of 306.8º 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 #D715C1 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 21 | 193 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.16 |
| HSL | 306.8º | 0.82% | 0.46% | - |
| HSV(B) | 306.8º | 0.9% | 0.84% | - |
| XYZ | 37.92 | 18.83 | 52.09 | - |
| YUV | 98.61 | 181.27 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 21 | 193 | 0 | 0.90 | 0.10 | 0.16 | 306.8 | 0.82 | 0.46 |
| Hex | D7 | 15 | C1 | 0 | 5A | A | 10 | 133 | 52 | 2E |
| Octal | 327 | 25 | 301 | 0 | 132 | 12 | 20 | 463 | 122 | 56 |
| Binary | 11010111 | 10101 | 11000001 | 0 | 1011010 | 1010 | 10000 | 100110011 | 1010010 | 101110 |
Color Harmonies of #D715C1
Complementary color
Monochromatic Colors of #D715C1
Black with #D715C1
Text Example
Text Example
White with #D715C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D715C1; }
p { color: rgb(215,21,193); }
H1.HeaderClassName
{
color: #D715C1;
}
.AnyTagClassName
{
color: #D715C1;
}
</style>
background-color css
<style>
a { background-color: #D715C1; }
a { background-color: rgb(215,21,193); }
div.DivClassName
{
background-color: #D715C1;
}
.BgClassName
{
background-color: #D715C1;
}
</style>
border-color css
<style>
span { border-color: #D715C1; }
span { border-color: rgb(215,21,193); }
td.TdClassName
{
border-color: #D715C1;
}
.TagClassName
{
border-color: #D715C1;
}
</style>