Shades of Deep Magenta #D115C7
Tints of Deep Magenta #D115C7
RGB
CMYK
RGB Variations
Color information
#D115C7 (or 0xD115C7) is known color: Deep Magenta. HEX triplet: D1, 15 and C7. RGB value is (209,21,199). Sum of RGB (Red+Green+Blue) = 209+21+199=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 21 (8.59% from 255 or 4.90% from 429); Blue value is 199 (78.12% from 255 or 46.39% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D115C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D115C7 is #2EEA38. Grayscale: #606060. Windows color (decimal): -3074617 or 13047249. OLE color: 13047249.
HSL color Cylindrical-coordinate representation of color #D115C7: hue angle of 303.19º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D115C7 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 21 | 199 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.18 |
| HSL | 303.19º | 0.82% | 0.45% | - |
| HSV(B) | 303.19º | 0.9% | 0.82% | - |
| XYZ | 36.87 | 18.22 | 55.61 | - |
| YUV | 97.5 | 185.28 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 21 | 199 | 0 | 0.90 | 0.05 | 0.18 | 303.19 | 0.82 | 0.45 |
| Hex | D1 | 15 | C7 | 0 | 5A | 5 | 12 | 12F | 52 | 2D |
| Octal | 321 | 25 | 307 | 0 | 132 | 5 | 22 | 457 | 122 | 55 |
| Binary | 11010001 | 10101 | 11000111 | 0 | 1011010 | 101 | 10010 | 100101111 | 1010010 | 101101 |
Color Harmonies of #D115C7
Complementary color
Monochromatic Colors of #D115C7
Black with #D115C7
Text Example
Text Example
White with #D115C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D115C7; }
p { color: rgb(209,21,199); }
H1.HeaderClassName
{
color: #D115C7;
}
.AnyTagClassName
{
color: #D115C7;
}
</style>
background-color css
<style>
a { background-color: #D115C7; }
a { background-color: rgb(209,21,199); }
div.DivClassName
{
background-color: #D115C7;
}
.BgClassName
{
background-color: #D115C7;
}
</style>
border-color css
<style>
span { border-color: #D115C7; }
span { border-color: rgb(209,21,199); }
td.TdClassName
{
border-color: #D115C7;
}
.TagClassName
{
border-color: #D115C7;
}
</style>