Shades of Deep Magenta #D108D7
Tints of Deep Magenta #D108D7
RGB
CMYK
RGB Variations
Color information
#D108D7 (or 0xD108D7) is known color: Deep Magenta. HEX triplet: D1, 08 and D7. RGB value is (209,8,215). Sum of RGB (Red+Green+Blue) = 209+8+215=432 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.38% from 432); Green value is 8 (3.52% from 255 or 1.85% from 432); Blue value is 215 (84.38% from 255 or 49.77% from 432); Max value from RGB is 215 - color contains mainly: blue. Hex color #D108D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D108D7 is #2EF728. Grayscale: #5B5B5B. Windows color (decimal): -3077929 or 14092497. OLE color: 14092497.
HSL color Cylindrical-coordinate representation of color #D108D7: hue angle of 298.26º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D108D7 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 8 | 215 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.16 |
| HSL | 298.26º | 0.93% | 0.44% | - |
| HSV(B) | 298.26º | 0.96% | 0.84% | - |
| XYZ | 38.65 | 18.64 | 65.85 | - |
| YUV | 91.7 | 197.59 | 211.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 8 | 215 | 0.03 | 0.96 | 0 | 0.16 | 298.26 | 0.93 | 0.44 |
| Hex | D1 | 8 | D7 | 3 | 60 | 0 | 10 | 12A | 5D | 2C |
| Octal | 321 | 10 | 327 | 3 | 140 | 0 | 20 | 452 | 135 | 54 |
| Binary | 11010001 | 1000 | 11010111 | 11 | 1100000 | 0 | 10000 | 100101010 | 1011101 | 101100 |
Color Harmonies of #D108D7
Complementary color
Monochromatic Colors of #D108D7
Black with #D108D7
Text Example
Text Example
White with #D108D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D108D7; }
p { color: rgb(209,8,215); }
H1.HeaderClassName
{
color: #D108D7;
}
.AnyTagClassName
{
color: #D108D7;
}
</style>
background-color css
<style>
a { background-color: #D108D7; }
a { background-color: rgb(209,8,215); }
div.DivClassName
{
background-color: #D108D7;
}
.BgClassName
{
background-color: #D108D7;
}
</style>
border-color css
<style>
span { border-color: #D108D7; }
span { border-color: rgb(209,8,215); }
td.TdClassName
{
border-color: #D108D7;
}
.TagClassName
{
border-color: #D108D7;
}
</style>