Shades of Deep Magenta #D715CF
Tints of Deep Magenta #D715CF
RGB
CMYK
RGB Variations
Color information
#D715CF (or 0xD715CF) is known color: Deep Magenta. HEX triplet: D7, 15 and CF. RGB value is (215,21,207). Sum of RGB (Red+Green+Blue) = 215+21+207=443 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.53% from 443); Green value is 21 (8.59% from 255 or 4.74% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 215 - color contains mainly: red. Hex color #D715CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D715CF is #28EA30. Grayscale: #636363. Windows color (decimal): -2681393 or 13571543. OLE color: 13571543.
HSL color Cylindrical-coordinate representation of color #D715CF: hue angle of 302.47º 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 #D715CF is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 21 | 207 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.16 |
| HSL | 302.47º | 0.82% | 0.46% | - |
| HSV(B) | 302.47º | 0.9% | 0.84% | - |
| XYZ | 39.55 | 19.49 | 60.71 | - |
| YUV | 100.21 | 188.27 | 209.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 21 | 207 | 0 | 0.90 | 0.04 | 0.16 | 302.47 | 0.82 | 0.46 |
| Hex | D7 | 15 | CF | 0 | 5A | 4 | 10 | 12E | 52 | 2E |
| Octal | 327 | 25 | 317 | 0 | 132 | 4 | 20 | 456 | 122 | 56 |
| Binary | 11010111 | 10101 | 11001111 | 0 | 1011010 | 100 | 10000 | 100101110 | 1010010 | 101110 |
Color Harmonies of #D715CF
Complementary color
Monochromatic Colors of #D715CF
Black with #D715CF
Text Example
Text Example
White with #D715CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D715CF; }
p { color: rgb(215,21,207); }
H1.HeaderClassName
{
color: #D715CF;
}
.AnyTagClassName
{
color: #D715CF;
}
</style>
background-color css
<style>
a { background-color: #D715CF; }
a { background-color: rgb(215,21,207); }
div.DivClassName
{
background-color: #D715CF;
}
.BgClassName
{
background-color: #D715CF;
}
</style>
border-color css
<style>
span { border-color: #D715CF; }
span { border-color: rgb(215,21,207); }
td.TdClassName
{
border-color: #D715CF;
}
.TagClassName
{
border-color: #D715CF;
}
</style>