Shades of Deep Magenta #D107DC
Tints of Deep Magenta #D107DC
RGB
CMYK
RGB Variations
Color information
#D107DC (or 0xD107DC) is known color: Deep Magenta. HEX triplet: D1, 07 and DC. RGB value is (209,7,220). Sum of RGB (Red+Green+Blue) = 209+7+220=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 7 (3.12% from 255 or 1.61% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #D107DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D107DC is #2EF823. Grayscale: #5B5B5B. Windows color (decimal): -3078180 or 14419921. OLE color: 14419921.
HSL color Cylindrical-coordinate representation of color #D107DC: hue angle of 296.9º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D107DC is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 7 | 220 | - |
| CMYK | 0.05 | 0.97 | 0 | 0.14 |
| HSL | 296.9º | 0.94% | 0.45% | - |
| HSV(B) | 296.9º | 0.97% | 0.86% | - |
| XYZ | 39.29 | 18.87 | 69.28 | - |
| YUV | 91.68 | 200.42 | 211.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 7 | 220 | 0.05 | 0.97 | 0 | 0.14 | 296.9 | 0.94 | 0.45 |
| Hex | D1 | 7 | DC | 5 | 61 | 0 | E | 129 | 5E | 2D |
| Octal | 321 | 7 | 334 | 5 | 141 | 0 | 16 | 451 | 136 | 55 |
| Binary | 11010001 | 111 | 11011100 | 101 | 1100001 | 0 | 1110 | 100101001 | 1011110 | 101101 |
Color Harmonies of #D107DC
Complementary color
Monochromatic Colors of #D107DC
Black with #D107DC
Text Example
Text Example
White with #D107DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D107DC; }
p { color: rgb(209,7,220); }
H1.HeaderClassName
{
color: #D107DC;
}
.AnyTagClassName
{
color: #D107DC;
}
</style>
background-color css
<style>
a { background-color: #D107DC; }
a { background-color: rgb(209,7,220); }
div.DivClassName
{
background-color: #D107DC;
}
.BgClassName
{
background-color: #D107DC;
}
</style>
border-color css
<style>
span { border-color: #D107DC; }
span { border-color: rgb(209,7,220); }
td.TdClassName
{
border-color: #D107DC;
}
.TagClassName
{
border-color: #D107DC;
}
</style>