Shades of Deep Magenta #D115DC
Tints of Deep Magenta #D115DC
RGB
CMYK
RGB Variations
Color information
#D115DC (or 0xD115DC) is known color: Deep Magenta. HEX triplet: D1, 15 and DC. RGB value is (209,21,220). Sum of RGB (Red+Green+Blue) = 209+21+220=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 21 (8.59% from 255 or 4.67% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #D115DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D115DC is #2EEA23. Grayscale: #636363. Windows color (decimal): -3074596 or 14423505. OLE color: 14423505.
HSL color Cylindrical-coordinate representation of color #D115DC: hue angle of 296.68º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D115DC is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 21 | 220 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.14 |
| HSL | 296.68º | 0.83% | 0.47% | - |
| HSV(B) | 296.68º | 0.9% | 0.86% | - |
| XYZ | 39.48 | 19.26 | 69.35 | - |
| YUV | 99.9 | 195.78 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 21 | 220 | 0.05 | 0.90 | 0 | 0.14 | 296.68 | 0.83 | 0.47 |
| Hex | D1 | 15 | DC | 5 | 5A | 0 | E | 129 | 53 | 2F |
| Octal | 321 | 25 | 334 | 5 | 132 | 0 | 16 | 451 | 123 | 57 |
| Binary | 11010001 | 10101 | 11011100 | 101 | 1011010 | 0 | 1110 | 100101001 | 1010011 | 101111 |
Color Harmonies of #D115DC
Complementary color
Monochromatic Colors of #D115DC
Black with #D115DC
Text Example
Text Example
White with #D115DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D115DC; }
p { color: rgb(209,21,220); }
H1.HeaderClassName
{
color: #D115DC;
}
.AnyTagClassName
{
color: #D115DC;
}
</style>
background-color css
<style>
a { background-color: #D115DC; }
a { background-color: rgb(209,21,220); }
div.DivClassName
{
background-color: #D115DC;
}
.BgClassName
{
background-color: #D115DC;
}
</style>
border-color css
<style>
span { border-color: #D115DC; }
span { border-color: rgb(209,21,220); }
td.TdClassName
{
border-color: #D115DC;
}
.TagClassName
{
border-color: #D115DC;
}
</style>