Shades of Deep Magenta #D115D5
Tints of Deep Magenta #D115D5
RGB
CMYK
RGB Variations
Color information
#D115D5 (or 0xD115D5) is known color: Deep Magenta. HEX triplet: D1, 15 and D5. RGB value is (209,21,213). Sum of RGB (Red+Green+Blue) = 209+21+213=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 21 (8.59% from 255 or 4.74% from 443); Blue value is 213 (83.59% from 255 or 48.08% from 443); Max value from RGB is 213 - color contains mainly: blue. Hex color #D115D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D115D5 is #2EEA2A. Grayscale: #626262. Windows color (decimal): -3074603 or 13964753. OLE color: 13964753.
HSL color Cylindrical-coordinate representation of color #D115D5: hue angle of 298.75º 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 #D115D5 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 21 | 213 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.16 |
| HSL | 298.75º | 0.82% | 0.46% | - |
| HSV(B) | 298.75º | 0.9% | 0.84% | - |
| XYZ | 38.57 | 18.9 | 64.57 | - |
| YUV | 99.1 | 192.28 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 21 | 213 | 0.02 | 0.90 | 0 | 0.16 | 298.75 | 0.82 | 0.46 |
| Hex | D1 | 15 | D5 | 2 | 5A | 0 | 10 | 12B | 52 | 2E |
| Octal | 321 | 25 | 325 | 2 | 132 | 0 | 20 | 453 | 122 | 56 |
| Binary | 11010001 | 10101 | 11010101 | 10 | 1011010 | 0 | 10000 | 100101011 | 1010010 | 101110 |
Color Harmonies of #D115D5
Complementary color
Monochromatic Colors of #D115D5
Black with #D115D5
Text Example
Text Example
White with #D115D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D115D5; }
p { color: rgb(209,21,213); }
H1.HeaderClassName
{
color: #D115D5;
}
.AnyTagClassName
{
color: #D115D5;
}
</style>
background-color css
<style>
a { background-color: #D115D5; }
a { background-color: rgb(209,21,213); }
div.DivClassName
{
background-color: #D115D5;
}
.BgClassName
{
background-color: #D115D5;
}
</style>
border-color css
<style>
span { border-color: #D115D5; }
span { border-color: rgb(209,21,213); }
td.TdClassName
{
border-color: #D115D5;
}
.TagClassName
{
border-color: #D115D5;
}
</style>