Shades of Deep Magenta #D108C0
Tints of Deep Magenta #D108C0
RGB
CMYK
RGB Variations
Color information
#D108C0 (or 0xD108C0) is known color: Deep Magenta. HEX triplet: D1, 08 and C0. RGB value is (209,8,192). Sum of RGB (Red+Green+Blue) = 209+8+192=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 8 (3.52% from 255 or 1.96% from 409); Blue value is 192 (75.39% from 255 or 46.94% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D108C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D108C0 is #2EF73F. Grayscale: #585858. Windows color (decimal): -3077952 or 12585169. OLE color: 12585169.
HSL color Cylindrical-coordinate representation of color #D108C0: hue angle of 305.07º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D108C0 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 8 | 192 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.18 |
| HSL | 305.07º | 0.93% | 0.43% | - |
| HSV(B) | 305.07º | 0.96% | 0.82% | - |
| XYZ | 35.9 | 17.53 | 51.36 | - |
| YUV | 89.08 | 186.09 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 8 | 192 | 0 | 0.96 | 0.08 | 0.18 | 305.07 | 0.93 | 0.43 |
| Hex | D1 | 8 | C0 | 0 | 60 | 8 | 12 | 131 | 5D | 2B |
| Octal | 321 | 10 | 300 | 0 | 140 | 10 | 22 | 461 | 135 | 53 |
| Binary | 11010001 | 1000 | 11000000 | 0 | 1100000 | 1000 | 10010 | 100110001 | 1011101 | 101011 |
Color Harmonies of #D108C0
Complementary color
Monochromatic Colors of #D108C0
Black with #D108C0
Text Example
Text Example
White with #D108C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D108C0; }
p { color: rgb(209,8,192); }
H1.HeaderClassName
{
color: #D108C0;
}
.AnyTagClassName
{
color: #D108C0;
}
</style>
background-color css
<style>
a { background-color: #D108C0; }
a { background-color: rgb(209,8,192); }
div.DivClassName
{
background-color: #D108C0;
}
.BgClassName
{
background-color: #D108C0;
}
</style>
border-color css
<style>
span { border-color: #D108C0; }
span { border-color: rgb(209,8,192); }
td.TdClassName
{
border-color: #D108C0;
}
.TagClassName
{
border-color: #D108C0;
}
</style>