Shades of Deep Magenta #D105B7
Tints of Deep Magenta #D105B7
RGB
CMYK
RGB Variations
Color information
#D105B7 (or 0xD105B7) is known color: Deep Magenta. HEX triplet: D1, 05 and B7. RGB value is (209,5,183). Sum of RGB (Red+Green+Blue) = 209+5+183=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 5 (2.34% from 255 or 1.26% from 397); Blue value is 183 (71.88% from 255 or 46.10% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D105B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D105B7 is #2EFA48. Grayscale: #555555. Windows color (decimal): -3078729 or 11994577. OLE color: 11994577.
HSL color Cylindrical-coordinate representation of color #D105B7: hue angle of 307.65º 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 #D105B7 is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 5 | 183 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.18 |
| HSL | 307.65º | 0.95% | 0.42% | - |
| HSV(B) | 307.65º | 0.98% | 0.82% | - |
| XYZ | 34.9 | 17.08 | 46.26 | - |
| YUV | 86.29 | 182.59 | 215.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 5 | 183 | 0 | 0.98 | 0.12 | 0.18 | 307.65 | 0.95 | 0.42 |
| Hex | D1 | 5 | B7 | 0 | 62 | C | 12 | 134 | 5F | 2A |
| Octal | 321 | 5 | 267 | 0 | 142 | 14 | 22 | 464 | 137 | 52 |
| Binary | 11010001 | 101 | 10110111 | 0 | 1100010 | 1100 | 10010 | 100110100 | 1011111 | 101010 |
Color Harmonies of #D105B7
Complementary color
Monochromatic Colors of #D105B7
Black with #D105B7
Text Example
Text Example
White with #D105B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D105B7; }
p { color: rgb(209,5,183); }
H1.HeaderClassName
{
color: #D105B7;
}
.AnyTagClassName
{
color: #D105B7;
}
</style>
background-color css
<style>
a { background-color: #D105B7; }
a { background-color: rgb(209,5,183); }
div.DivClassName
{
background-color: #D105B7;
}
.BgClassName
{
background-color: #D105B7;
}
</style>
border-color css
<style>
span { border-color: #D105B7; }
span { border-color: rgb(209,5,183); }
td.TdClassName
{
border-color: #D105B7;
}
.TagClassName
{
border-color: #D105B7;
}
</style>