Shades of Deep Magenta #D115E0
Tints of Deep Magenta #D115E0
RGB
CMYK
RGB Variations
Color information
#D115E0 (or 0xD115E0) is known color: Deep Magenta. HEX triplet: D1, 15 and E0. RGB value is (209,21,224). Sum of RGB (Red+Green+Blue) = 209+21+224=454 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.04% from 454); Green value is 21 (8.59% from 255 or 4.63% from 454); Blue value is 224 (87.89% from 255 or 49.34% from 454); Max value from RGB is 224 - color contains mainly: blue. Hex color #D115E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D115E0 is #2EEA1F. Grayscale: #636363. Windows color (decimal): -3074592 or 14685649. OLE color: 14685649.
HSL color Cylindrical-coordinate representation of color #D115E0: hue angle of 295.57º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D115E0 is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 21 | 224 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.12 |
| HSL | 295.57º | 0.83% | 0.48% | - |
| HSV(B) | 295.57º | 0.91% | 0.88% | - |
| XYZ | 40.02 | 19.47 | 72.17 | - |
| YUV | 100.35 | 197.78 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 21 | 224 | 0.07 | 0.91 | 0 | 0.12 | 295.57 | 0.83 | 0.48 |
| Hex | D1 | 15 | E0 | 7 | 5B | 0 | C | 128 | 53 | 30 |
| Octal | 321 | 25 | 340 | 7 | 133 | 0 | 14 | 450 | 123 | 60 |
| Binary | 11010001 | 10101 | 11100000 | 111 | 1011011 | 0 | 1100 | 100101000 | 1010011 | 110000 |
Color Harmonies of #D115E0
Complementary color
Monochromatic Colors of #D115E0
Black with #D115E0
Text Example
Text Example
White with #D115E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D115E0; }
p { color: rgb(209,21,224); }
H1.HeaderClassName
{
color: #D115E0;
}
.AnyTagClassName
{
color: #D115E0;
}
</style>
background-color css
<style>
a { background-color: #D115E0; }
a { background-color: rgb(209,21,224); }
div.DivClassName
{
background-color: #D115E0;
}
.BgClassName
{
background-color: #D115E0;
}
</style>
border-color css
<style>
span { border-color: #D115E0; }
span { border-color: rgb(209,21,224); }
td.TdClassName
{
border-color: #D115E0;
}
.TagClassName
{
border-color: #D115E0;
}
</style>