Shades of Deep Magenta #D105DC
Tints of Deep Magenta #D105DC
RGB
CMYK
RGB Variations
Color information
#D105DC (or 0xD105DC) is known color: Deep Magenta. HEX triplet: D1, 05 and DC. RGB value is (209,5,220). Sum of RGB (Red+Green+Blue) = 209+5+220=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 5 (2.34% from 255 or 1.15% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #D105DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D105DC is #2EFA23. Grayscale: #595959. Windows color (decimal): -3078692 or 14419409. OLE color: 14419409.
HSL color Cylindrical-coordinate representation of color #D105DC: hue angle of 296.93º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D105DC is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 5 | 220 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.14 |
| HSL | 296.93º | 0.96% | 0.44% | - |
| HSV(B) | 296.93º | 0.98% | 0.86% | - |
| XYZ | 39.27 | 18.83 | 69.28 | - |
| YUV | 90.51 | 201.09 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 5 | 220 | 0.05 | 0.98 | 0 | 0.14 | 296.93 | 0.96 | 0.44 |
| Hex | D1 | 5 | DC | 5 | 62 | 0 | E | 129 | 60 | 2C |
| Octal | 321 | 5 | 334 | 5 | 142 | 0 | 16 | 451 | 140 | 54 |
| Binary | 11010001 | 101 | 11011100 | 101 | 1100010 | 0 | 1110 | 100101001 | 1100000 | 101100 |
Color Harmonies of #D105DC
Complementary color
Monochromatic Colors of #D105DC
Black with #D105DC
Text Example
Text Example
White with #D105DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D105DC; }
p { color: rgb(209,5,220); }
H1.HeaderClassName
{
color: #D105DC;
}
.AnyTagClassName
{
color: #D105DC;
}
</style>
background-color css
<style>
a { background-color: #D105DC; }
a { background-color: rgb(209,5,220); }
div.DivClassName
{
background-color: #D105DC;
}
.BgClassName
{
background-color: #D105DC;
}
</style>
border-color css
<style>
span { border-color: #D105DC; }
span { border-color: rgb(209,5,220); }
td.TdClassName
{
border-color: #D105DC;
}
.TagClassName
{
border-color: #D105DC;
}
</style>