Shades of Deep Magenta #D715B3
Tints of Deep Magenta #D715B3
RGB
CMYK
RGB Variations
Color information
#D715B3 (or 0xD715B3) is known color: Deep Magenta. HEX triplet: D7, 15 and B3. RGB value is (215,21,179). Sum of RGB (Red+Green+Blue) = 215+21+179=415 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.81% from 415); Green value is 21 (8.59% from 255 or 5.06% from 415); Blue value is 179 (70.31% from 255 or 43.13% from 415); Max value from RGB is 215 - color contains mainly: red. Hex color #D715B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D715B3 is #28EA4C. Grayscale: #606060. Windows color (decimal): -2681421 or 11736535. OLE color: 11736535.
HSL color Cylindrical-coordinate representation of color #D715B3: hue angle of 311.13º 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 #D715B3 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 21 | 179 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.16 |
| HSL | 311.13º | 0.82% | 0.46% | - |
| HSV(B) | 311.13º | 0.9% | 0.84% | - |
| XYZ | 36.43 | 18.24 | 44.25 | - |
| YUV | 97.02 | 174.27 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 21 | 179 | 0 | 0.90 | 0.17 | 0.16 | 311.13 | 0.82 | 0.46 |
| Hex | D7 | 15 | B3 | 0 | 5A | 11 | 10 | 137 | 52 | 2E |
| Octal | 327 | 25 | 263 | 0 | 132 | 21 | 20 | 467 | 122 | 56 |
| Binary | 11010111 | 10101 | 10110011 | 0 | 1011010 | 10001 | 10000 | 100110111 | 1010010 | 101110 |
Color Harmonies of #D715B3
Complementary color
Monochromatic Colors of #D715B3
Black with #D715B3
Text Example
Text Example
White with #D715B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D715B3; }
p { color: rgb(215,21,179); }
H1.HeaderClassName
{
color: #D715B3;
}
.AnyTagClassName
{
color: #D715B3;
}
</style>
background-color css
<style>
a { background-color: #D715B3; }
a { background-color: rgb(215,21,179); }
div.DivClassName
{
background-color: #D715B3;
}
.BgClassName
{
background-color: #D715B3;
}
</style>
border-color css
<style>
span { border-color: #D715B3; }
span { border-color: rgb(215,21,179); }
td.TdClassName
{
border-color: #D715B3;
}
.TagClassName
{
border-color: #D715B3;
}
</style>