Shades of Deep Magenta #D115D8
Tints of Deep Magenta #D115D8
RGB
CMYK
RGB Variations
Color information
#D115D8 (or 0xD115D8) is known color: Deep Magenta. HEX triplet: D1, 15 and D8. RGB value is (209,21,216). Sum of RGB (Red+Green+Blue) = 209+21+216=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 21 (8.59% from 255 or 4.71% from 446); Blue value is 216 (84.77% from 255 or 48.43% from 446); Max value from RGB is 216 - color contains mainly: blue. Hex color #D115D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D115D8 is #2EEA27. Grayscale: #626262. Windows color (decimal): -3074600 or 14161361. OLE color: 14161361.
HSL color Cylindrical-coordinate representation of color #D115D8: hue angle of 297.85º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D115D8 is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 21 | 216 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.15 |
| HSL | 297.85º | 0.82% | 0.46% | - |
| HSV(B) | 297.85º | 0.9% | 0.85% | - |
| XYZ | 38.96 | 19.05 | 66.59 | - |
| YUV | 99.44 | 193.78 | 206.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 21 | 216 | 0.03 | 0.90 | 0 | 0.15 | 297.85 | 0.82 | 0.46 |
| Hex | D1 | 15 | D8 | 3 | 5A | 0 | F | 12A | 52 | 2E |
| Octal | 321 | 25 | 330 | 3 | 132 | 0 | 17 | 452 | 122 | 56 |
| Binary | 11010001 | 10101 | 11011000 | 11 | 1011010 | 0 | 1111 | 100101010 | 1010010 | 101110 |
Color Harmonies of #D115D8
Complementary color
Monochromatic Colors of #D115D8
Black with #D115D8
Text Example
Text Example
White with #D115D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D115D8; }
p { color: rgb(209,21,216); }
H1.HeaderClassName
{
color: #D115D8;
}
.AnyTagClassName
{
color: #D115D8;
}
</style>
background-color css
<style>
a { background-color: #D115D8; }
a { background-color: rgb(209,21,216); }
div.DivClassName
{
background-color: #D115D8;
}
.BgClassName
{
background-color: #D115D8;
}
</style>
border-color css
<style>
span { border-color: #D115D8; }
span { border-color: rgb(209,21,216); }
td.TdClassName
{
border-color: #D115D8;
}
.TagClassName
{
border-color: #D115D8;
}
</style>