Shades of Deep Magenta #D715CD
Tints of Deep Magenta #D715CD
RGB
CMYK
RGB Variations
Color information
#D715CD (or 0xD715CD) is known color: Deep Magenta. HEX triplet: D7, 15 and CD. RGB value is (215,21,205). Sum of RGB (Red+Green+Blue) = 215+21+205=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 21 (8.59% from 255 or 4.76% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D715CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D715CD is #28EA32. Grayscale: #636363. Windows color (decimal): -2681395 or 13440471. OLE color: 13440471.
HSL color Cylindrical-coordinate representation of color #D715CD: hue angle of 303.09º 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 #D715CD is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 21 | 205 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.16 |
| HSL | 303.09º | 0.82% | 0.46% | - |
| HSV(B) | 303.09º | 0.9% | 0.84% | - |
| XYZ | 39.31 | 19.39 | 59.43 | - |
| YUV | 99.98 | 187.27 | 210.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 21 | 205 | 0 | 0.90 | 0.05 | 0.16 | 303.09 | 0.82 | 0.46 |
| Hex | D7 | 15 | CD | 0 | 5A | 5 | 10 | 12F | 52 | 2E |
| Octal | 327 | 25 | 315 | 0 | 132 | 5 | 20 | 457 | 122 | 56 |
| Binary | 11010111 | 10101 | 11001101 | 0 | 1011010 | 101 | 10000 | 100101111 | 1010010 | 101110 |
Color Harmonies of #D715CD
Complementary color
Monochromatic Colors of #D715CD
Black with #D715CD
Text Example
Text Example
White with #D715CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D715CD; }
p { color: rgb(215,21,205); }
H1.HeaderClassName
{
color: #D715CD;
}
.AnyTagClassName
{
color: #D715CD;
}
</style>
background-color css
<style>
a { background-color: #D715CD; }
a { background-color: rgb(215,21,205); }
div.DivClassName
{
background-color: #D715CD;
}
.BgClassName
{
background-color: #D715CD;
}
</style>
border-color css
<style>
span { border-color: #D715CD; }
span { border-color: rgb(215,21,205); }
td.TdClassName
{
border-color: #D715CD;
}
.TagClassName
{
border-color: #D715CD;
}
</style>