Shades of Deep Magenta #D105E6
Tints of Deep Magenta #D105E6
RGB
CMYK
RGB Variations
Color information
#D105E6 (or 0xD105E6) is known color: Deep Magenta. HEX triplet: D1, 05 and E6. RGB value is (209,5,230). Sum of RGB (Red+Green+Blue) = 209+5+230=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 5 (2.34% from 255 or 1.13% from 444); Blue value is 230 (90.23% from 255 or 51.80% from 444); Max value from RGB is 230 - color contains mainly: blue. Hex color #D105E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D105E6 is #2EFA19. Grayscale: #5A5A5A. Windows color (decimal): -3078682 or 15074769. OLE color: 15074769.
HSL color Cylindrical-coordinate representation of color #D105E6: hue angle of 294.4º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D105E6 is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 5 | 230 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.10 |
| HSL | 294.4º | 0.96% | 0.46% | - |
| HSV(B) | 294.4º | 0.98% | 0.9% | - |
| XYZ | 40.63 | 19.38 | 76.46 | - |
| YUV | 91.65 | 206.09 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 5 | 230 | 0.09 | 0.98 | 0 | 0.10 | 294.4 | 0.96 | 0.46 |
| Hex | D1 | 5 | E6 | 9 | 62 | 0 | A | 126 | 60 | 2E |
| Octal | 321 | 5 | 346 | 11 | 142 | 0 | 12 | 446 | 140 | 56 |
| Binary | 11010001 | 101 | 11100110 | 1001 | 1100010 | 0 | 1010 | 100100110 | 1100000 | 101110 |
Color Harmonies of #D105E6
Complementary color
Monochromatic Colors of #D105E6
Black with #D105E6
Text Example
Text Example
White with #D105E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D105E6; }
p { color: rgb(209,5,230); }
H1.HeaderClassName
{
color: #D105E6;
}
.AnyTagClassName
{
color: #D105E6;
}
</style>
background-color css
<style>
a { background-color: #D105E6; }
a { background-color: rgb(209,5,230); }
div.DivClassName
{
background-color: #D105E6;
}
.BgClassName
{
background-color: #D105E6;
}
</style>
border-color css
<style>
span { border-color: #D105E6; }
span { border-color: rgb(209,5,230); }
td.TdClassName
{
border-color: #D105E6;
}
.TagClassName
{
border-color: #D105E6;
}
</style>