Shades of Deep Magenta #D115C8
Tints of Deep Magenta #D115C8
RGB
CMYK
RGB Variations
Color information
#D115C8 (or 0xD115C8) is known color: Deep Magenta. HEX triplet: D1, 15 and C8. RGB value is (209,21,200). Sum of RGB (Red+Green+Blue) = 209+21+200=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 21 (8.59% from 255 or 4.88% from 430); Blue value is 200 (78.52% from 255 or 46.51% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D115C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D115C8 is #2EEA37. Grayscale: #616161. Windows color (decimal): -3074616 or 13112785. OLE color: 13112785.
HSL color Cylindrical-coordinate representation of color #D115C8: hue angle of 302.87º 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 #D115C8 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 21 | 200 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.18 |
| HSL | 302.87º | 0.82% | 0.45% | - |
| HSV(B) | 302.87º | 0.9% | 0.82% | - |
| XYZ | 36.99 | 18.26 | 56.22 | - |
| YUV | 97.62 | 185.78 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 21 | 200 | 0 | 0.90 | 0.04 | 0.18 | 302.87 | 0.82 | 0.45 |
| Hex | D1 | 15 | C8 | 0 | 5A | 4 | 12 | 12F | 52 | 2D |
| Octal | 321 | 25 | 310 | 0 | 132 | 4 | 22 | 457 | 122 | 55 |
| Binary | 11010001 | 10101 | 11001000 | 0 | 1011010 | 100 | 10010 | 100101111 | 1010010 | 101101 |
Color Harmonies of #D115C8
Complementary color
Monochromatic Colors of #D115C8
Black with #D115C8
Text Example
Text Example
White with #D115C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D115C8; }
p { color: rgb(209,21,200); }
H1.HeaderClassName
{
color: #D115C8;
}
.AnyTagClassName
{
color: #D115C8;
}
</style>
background-color css
<style>
a { background-color: #D115C8; }
a { background-color: rgb(209,21,200); }
div.DivClassName
{
background-color: #D115C8;
}
.BgClassName
{
background-color: #D115C8;
}
</style>
border-color css
<style>
span { border-color: #D115C8; }
span { border-color: rgb(209,21,200); }
td.TdClassName
{
border-color: #D115C8;
}
.TagClassName
{
border-color: #D115C8;
}
</style>