Shades of Deep Magenta #D108C2
Tints of Deep Magenta #D108C2
RGB
CMYK
RGB Variations
Color information
#D108C2 (or 0xD108C2) is known color: Deep Magenta. HEX triplet: D1, 08 and C2. RGB value is (209,8,194). Sum of RGB (Red+Green+Blue) = 209+8+194=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 8 (3.52% from 255 or 1.95% from 411); Blue value is 194 (76.17% from 255 or 47.20% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D108C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D108C2 is #2EF73D. Grayscale: #585858. Windows color (decimal): -3077950 or 12716241. OLE color: 12716241.
HSL color Cylindrical-coordinate representation of color #D108C2: hue angle of 304.48º 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 #D108C2 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 8 | 194 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.18 |
| HSL | 304.48º | 0.93% | 0.43% | - |
| HSV(B) | 304.48º | 0.96% | 0.82% | - |
| XYZ | 36.12 | 17.62 | 52.54 | - |
| YUV | 89.3 | 187.09 | 213.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 8 | 194 | 0 | 0.96 | 0.07 | 0.18 | 304.48 | 0.93 | 0.43 |
| Hex | D1 | 8 | C2 | 0 | 60 | 7 | 12 | 130 | 5D | 2B |
| Octal | 321 | 10 | 302 | 0 | 140 | 7 | 22 | 460 | 135 | 53 |
| Binary | 11010001 | 1000 | 11000010 | 0 | 1100000 | 111 | 10010 | 100110000 | 1011101 | 101011 |
Color Harmonies of #D108C2
Complementary color
Monochromatic Colors of #D108C2
Black with #D108C2
Text Example
Text Example
White with #D108C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D108C2; }
p { color: rgb(209,8,194); }
H1.HeaderClassName
{
color: #D108C2;
}
.AnyTagClassName
{
color: #D108C2;
}
</style>
background-color css
<style>
a { background-color: #D108C2; }
a { background-color: rgb(209,8,194); }
div.DivClassName
{
background-color: #D108C2;
}
.BgClassName
{
background-color: #D108C2;
}
</style>
border-color css
<style>
span { border-color: #D108C2; }
span { border-color: rgb(209,8,194); }
td.TdClassName
{
border-color: #D108C2;
}
.TagClassName
{
border-color: #D108C2;
}
</style>