Shades of Deep Magenta #D715BE
Tints of Deep Magenta #D715BE
RGB
CMYK
RGB Variations
Color information
#D715BE (or 0xD715BE) is known color: Deep Magenta. HEX triplet: D7, 15 and BE. RGB value is (215,21,190). Sum of RGB (Red+Green+Blue) = 215+21+190=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 21 (8.59% from 255 or 4.93% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D715BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D715BE is #28EA41. Grayscale: #616161. Windows color (decimal): -2681410 or 12457431. OLE color: 12457431.
HSL color Cylindrical-coordinate representation of color #D715BE: hue angle of 307.73º 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 #D715BE is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 21 | 190 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.16 |
| HSL | 307.73º | 0.82% | 0.46% | - |
| HSV(B) | 307.73º | 0.9% | 0.84% | - |
| XYZ | 37.59 | 18.7 | 50.34 | - |
| YUV | 98.27 | 179.77 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 21 | 190 | 0 | 0.90 | 0.12 | 0.16 | 307.73 | 0.82 | 0.46 |
| Hex | D7 | 15 | BE | 0 | 5A | C | 10 | 134 | 52 | 2E |
| Octal | 327 | 25 | 276 | 0 | 132 | 14 | 20 | 464 | 122 | 56 |
| Binary | 11010111 | 10101 | 10111110 | 0 | 1011010 | 1100 | 10000 | 100110100 | 1010010 | 101110 |
Color Harmonies of #D715BE
Complementary color
Monochromatic Colors of #D715BE
Black with #D715BE
Text Example
Text Example
White with #D715BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D715BE; }
p { color: rgb(215,21,190); }
H1.HeaderClassName
{
color: #D715BE;
}
.AnyTagClassName
{
color: #D715BE;
}
</style>
background-color css
<style>
a { background-color: #D715BE; }
a { background-color: rgb(215,21,190); }
div.DivClassName
{
background-color: #D715BE;
}
.BgClassName
{
background-color: #D715BE;
}
</style>
border-color css
<style>
span { border-color: #D715BE; }
span { border-color: rgb(215,21,190); }
td.TdClassName
{
border-color: #D715BE;
}
.TagClassName
{
border-color: #D715BE;
}
</style>