Shades of Deep Magenta #D715D4
Tints of Deep Magenta #D715D4
RGB
CMYK
RGB Variations
Color information
#D715D4 (or 0xD715D4) is known color: Deep Magenta. HEX triplet: D7, 15 and D4. RGB value is (215,21,212). Sum of RGB (Red+Green+Blue) = 215+21+212=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 21 (8.59% from 255 or 4.69% from 448); Blue value is 212 (83.20% from 255 or 47.32% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D715D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D715D4 is #28EA2B. Grayscale: #646464. Windows color (decimal): -2681388 or 13899223. OLE color: 13899223.
HSL color Cylindrical-coordinate representation of color #D715D4: hue angle of 300.93º 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 #D715D4 is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 21 | 212 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.16 |
| HSL | 300.93º | 0.82% | 0.46% | - |
| HSV(B) | 300.93º | 0.9% | 0.84% | - |
| XYZ | 40.18 | 19.74 | 63.98 | - |
| YUV | 100.78 | 190.77 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 21 | 212 | 0 | 0.90 | 0.01 | 0.16 | 300.93 | 0.82 | 0.46 |
| Hex | D7 | 15 | D4 | 0 | 5A | 1 | 10 | 12D | 52 | 2E |
| Octal | 327 | 25 | 324 | 0 | 132 | 1 | 20 | 455 | 122 | 56 |
| Binary | 11010111 | 10101 | 11010100 | 0 | 1011010 | 1 | 10000 | 100101101 | 1010010 | 101110 |
Color Harmonies of #D715D4
Complementary color
Monochromatic Colors of #D715D4
Black with #D715D4
Text Example
Text Example
White with #D715D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D715D4; }
p { color: rgb(215,21,212); }
H1.HeaderClassName
{
color: #D715D4;
}
.AnyTagClassName
{
color: #D715D4;
}
</style>
background-color css
<style>
a { background-color: #D715D4; }
a { background-color: rgb(215,21,212); }
div.DivClassName
{
background-color: #D715D4;
}
.BgClassName
{
background-color: #D715D4;
}
</style>
border-color css
<style>
span { border-color: #D715D4; }
span { border-color: rgb(215,21,212); }
td.TdClassName
{
border-color: #D715D4;
}
.TagClassName
{
border-color: #D715D4;
}
</style>