Shades of Deep Magenta #D105D0
Tints of Deep Magenta #D105D0
RGB
CMYK
RGB Variations
Color information
#D105D0 (or 0xD105D0) is known color: Deep Magenta. HEX triplet: D1, 05 and D0. RGB value is (209,5,208). Sum of RGB (Red+Green+Blue) = 209+5+208=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 5 (2.34% from 255 or 1.18% from 422); Blue value is 208 (81.64% from 255 or 49.29% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D105D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D105D0 is #2EFA2F. Grayscale: #585858. Windows color (decimal): -3078704 or 13632977. OLE color: 13632977.
HSL color Cylindrical-coordinate representation of color #D105D0: hue angle of 300.29º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D105D0 is Cyan = 0, Magento = 0.98, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 5 | 208 | - |
| CMYK | 0 | 0.98 | 0.00 | 0.18 |
| HSL | 300.29º | 0.95% | 0.42% | - |
| HSV(B) | 300.29º | 0.98% | 0.82% | - |
| XYZ | 37.73 | 18.22 | 61.2 | - |
| YUV | 89.14 | 195.09 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 5 | 208 | 0 | 0.98 | 0.00 | 0.18 | 300.29 | 0.95 | 0.42 |
| Hex | D1 | 5 | D0 | 0 | 62 | 0 | 12 | 12C | 5F | 2A |
| Octal | 321 | 5 | 320 | 0 | 142 | 0 | 22 | 454 | 137 | 52 |
| Binary | 11010001 | 101 | 11010000 | 0 | 1100010 | 0 | 10010 | 100101100 | 1011111 | 101010 |
Color Harmonies of #D105D0
Complementary color
Monochromatic Colors of #D105D0
Black with #D105D0
Text Example
Text Example
White with #D105D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D105D0; }
p { color: rgb(209,5,208); }
H1.HeaderClassName
{
color: #D105D0;
}
.AnyTagClassName
{
color: #D105D0;
}
</style>
background-color css
<style>
a { background-color: #D105D0; }
a { background-color: rgb(209,5,208); }
div.DivClassName
{
background-color: #D105D0;
}
.BgClassName
{
background-color: #D105D0;
}
</style>
border-color css
<style>
span { border-color: #D105D0; }
span { border-color: rgb(209,5,208); }
td.TdClassName
{
border-color: #D105D0;
}
.TagClassName
{
border-color: #D105D0;
}
</style>