Shades of Deep Magenta #D107CE
Tints of Deep Magenta #D107CE
RGB
CMYK
RGB Variations
Color information
#D107CE (or 0xD107CE) is known color: Deep Magenta. HEX triplet: D1, 07 and CE. RGB value is (209,7,206). Sum of RGB (Red+Green+Blue) = 209+7+206=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 7 (3.12% from 255 or 1.66% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D107CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D107CE is #2EF831. Grayscale: #595959. Windows color (decimal): -3078194 or 13502417. OLE color: 13502417.
HSL color Cylindrical-coordinate representation of color #D107CE: hue angle of 300.89º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D107CE is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 7 | 206 | - |
| CMYK | 0 | 0.97 | 0.01 | 0.18 |
| HSL | 300.89º | 0.94% | 0.42% | - |
| HSV(B) | 300.89º | 0.97% | 0.82% | - |
| XYZ | 37.51 | 18.16 | 59.92 | - |
| YUV | 90.08 | 193.42 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 7 | 206 | 0 | 0.97 | 0.01 | 0.18 | 300.89 | 0.94 | 0.42 |
| Hex | D1 | 7 | CE | 0 | 61 | 1 | 12 | 12D | 5E | 2A |
| Octal | 321 | 7 | 316 | 0 | 141 | 1 | 22 | 455 | 136 | 52 |
| Binary | 11010001 | 111 | 11001110 | 0 | 1100001 | 1 | 10010 | 100101101 | 1011110 | 101010 |
Color Harmonies of #D107CE
Complementary color
Monochromatic Colors of #D107CE
Black with #D107CE
Text Example
Text Example
White with #D107CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D107CE; }
p { color: rgb(209,7,206); }
H1.HeaderClassName
{
color: #D107CE;
}
.AnyTagClassName
{
color: #D107CE;
}
</style>
background-color css
<style>
a { background-color: #D107CE; }
a { background-color: rgb(209,7,206); }
div.DivClassName
{
background-color: #D107CE;
}
.BgClassName
{
background-color: #D107CE;
}
</style>
border-color css
<style>
span { border-color: #D107CE; }
span { border-color: rgb(209,7,206); }
td.TdClassName
{
border-color: #D107CE;
}
.TagClassName
{
border-color: #D107CE;
}
</style>