Shades of Deep Magenta #D108E5
Tints of Deep Magenta #D108E5
RGB
CMYK
RGB Variations
Color information
#D108E5 (or 0xD108E5) is known color: Deep Magenta. HEX triplet: D1, 08 and E5. RGB value is (209,8,229). Sum of RGB (Red+Green+Blue) = 209+8+229=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 8 (3.52% from 255 or 1.79% from 446); Blue value is 229 (89.84% from 255 or 51.35% from 446); Max value from RGB is 229 - color contains mainly: blue. Hex color #D108E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D108E5 is #2EF71A. Grayscale: #5C5C5C. Windows color (decimal): -3077915 or 15010001. OLE color: 15010001.
HSL color Cylindrical-coordinate representation of color #D108E5: hue angle of 294.57º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D108E5 is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 8 | 229 | - |
| CMYK | 0.09 | 0.97 | 0 | 0.10 |
| HSL | 294.57º | 0.93% | 0.46% | - |
| HSV(B) | 294.57º | 0.97% | 0.9% | - |
| XYZ | 40.52 | 19.39 | 75.73 | - |
| YUV | 93.29 | 204.59 | 210.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 8 | 229 | 0.09 | 0.97 | 0 | 0.10 | 294.57 | 0.93 | 0.46 |
| Hex | D1 | 8 | E5 | 9 | 61 | 0 | A | 127 | 5D | 2E |
| Octal | 321 | 10 | 345 | 11 | 141 | 0 | 12 | 447 | 135 | 56 |
| Binary | 11010001 | 1000 | 11100101 | 1001 | 1100001 | 0 | 1010 | 100100111 | 1011101 | 101110 |
Color Harmonies of #D108E5
Complementary color
Monochromatic Colors of #D108E5
Black with #D108E5
Text Example
Text Example
White with #D108E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D108E5; }
p { color: rgb(209,8,229); }
H1.HeaderClassName
{
color: #D108E5;
}
.AnyTagClassName
{
color: #D108E5;
}
</style>
background-color css
<style>
a { background-color: #D108E5; }
a { background-color: rgb(209,8,229); }
div.DivClassName
{
background-color: #D108E5;
}
.BgClassName
{
background-color: #D108E5;
}
</style>
border-color css
<style>
span { border-color: #D108E5; }
span { border-color: rgb(209,8,229); }
td.TdClassName
{
border-color: #D108E5;
}
.TagClassName
{
border-color: #D108E5;
}
</style>