Shades of Deep Magenta #D108C6
Tints of Deep Magenta #D108C6
RGB
CMYK
RGB Variations
Color information
#D108C6 (or 0xD108C6) is known color: Deep Magenta. HEX triplet: D1, 08 and C6. RGB value is (209,8,198). Sum of RGB (Red+Green+Blue) = 209+8+198=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 8 (3.52% from 255 or 1.93% from 415); Blue value is 198 (77.73% from 255 or 47.71% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D108C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D108C6 is #2EF739. Grayscale: #595959. Windows color (decimal): -3077946 or 12978385. OLE color: 12978385.
HSL color Cylindrical-coordinate representation of color #D108C6: hue angle of 303.28º 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 #D108C6 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 8 | 198 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.18 |
| HSL | 303.28º | 0.93% | 0.43% | - |
| HSV(B) | 303.28º | 0.96% | 0.82% | - |
| XYZ | 36.57 | 17.81 | 54.94 | - |
| YUV | 89.76 | 189.09 | 213.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 8 | 198 | 0 | 0.96 | 0.05 | 0.18 | 303.28 | 0.93 | 0.43 |
| Hex | D1 | 8 | C6 | 0 | 60 | 5 | 12 | 12F | 5D | 2B |
| Octal | 321 | 10 | 306 | 0 | 140 | 5 | 22 | 457 | 135 | 53 |
| Binary | 11010001 | 1000 | 11000110 | 0 | 1100000 | 101 | 10010 | 100101111 | 1011101 | 101011 |
Color Harmonies of #D108C6
Complementary color
Monochromatic Colors of #D108C6
Black with #D108C6
Text Example
Text Example
White with #D108C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D108C6; }
p { color: rgb(209,8,198); }
H1.HeaderClassName
{
color: #D108C6;
}
.AnyTagClassName
{
color: #D108C6;
}
</style>
background-color css
<style>
a { background-color: #D108C6; }
a { background-color: rgb(209,8,198); }
div.DivClassName
{
background-color: #D108C6;
}
.BgClassName
{
background-color: #D108C6;
}
</style>
border-color css
<style>
span { border-color: #D108C6; }
span { border-color: rgb(209,8,198); }
td.TdClassName
{
border-color: #D108C6;
}
.TagClassName
{
border-color: #D108C6;
}
</style>