Shades of Deep Magenta #D105E1
Tints of Deep Magenta #D105E1
RGB
CMYK
RGB Variations
Color information
#D105E1 (or 0xD105E1) is known color: Deep Magenta. HEX triplet: D1, 05 and E1. RGB value is (209,5,225). Sum of RGB (Red+Green+Blue) = 209+5+225=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 5 (2.34% from 255 or 1.14% from 439); Blue value is 225 (88.28% from 255 or 51.25% from 439); Max value from RGB is 225 - color contains mainly: blue. Hex color #D105E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D105E1 is #2EFA1E. Grayscale: #5A5A5A. Windows color (decimal): -3078687 or 14747089. OLE color: 14747089.
HSL color Cylindrical-coordinate representation of color #D105E1: hue angle of 295.64º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D105E1 is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 5 | 225 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.12 |
| HSL | 295.64º | 0.96% | 0.45% | - |
| HSV(B) | 295.64º | 0.98% | 0.88% | - |
| XYZ | 39.94 | 19.1 | 72.82 | - |
| YUV | 91.08 | 203.59 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 5 | 225 | 0.07 | 0.98 | 0 | 0.12 | 295.64 | 0.96 | 0.45 |
| Hex | D1 | 5 | E1 | 7 | 62 | 0 | C | 128 | 60 | 2D |
| Octal | 321 | 5 | 341 | 7 | 142 | 0 | 14 | 450 | 140 | 55 |
| Binary | 11010001 | 101 | 11100001 | 111 | 1100010 | 0 | 1100 | 100101000 | 1100000 | 101101 |
Color Harmonies of #D105E1
Complementary color
Monochromatic Colors of #D105E1
Black with #D105E1
Text Example
Text Example
White with #D105E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D105E1; }
p { color: rgb(209,5,225); }
H1.HeaderClassName
{
color: #D105E1;
}
.AnyTagClassName
{
color: #D105E1;
}
</style>
background-color css
<style>
a { background-color: #D105E1; }
a { background-color: rgb(209,5,225); }
div.DivClassName
{
background-color: #D105E1;
}
.BgClassName
{
background-color: #D105E1;
}
</style>
border-color css
<style>
span { border-color: #D105E1; }
span { border-color: rgb(209,5,225); }
td.TdClassName
{
border-color: #D105E1;
}
.TagClassName
{
border-color: #D105E1;
}
</style>