Shades of Deep Magenta #D105B9
Tints of Deep Magenta #D105B9
RGB
CMYK
RGB Variations
Color information
#D105B9 (or 0xD105B9) is known color: Deep Magenta. HEX triplet: D1, 05 and B9. RGB value is (209,5,185). Sum of RGB (Red+Green+Blue) = 209+5+185=399 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.38% from 399); Green value is 5 (2.34% from 255 or 1.25% from 399); Blue value is 185 (72.66% from 255 or 46.37% from 399); Max value from RGB is 209 - color contains mainly: red. Hex color #D105B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D105B9 is #2EFA46. Grayscale: #565656. Windows color (decimal): -3078727 or 12125649. OLE color: 12125649.
HSL color Cylindrical-coordinate representation of color #D105B9: hue angle of 307.06º 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 #D105B9 is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 5 | 185 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.18 |
| HSL | 307.06º | 0.95% | 0.42% | - |
| HSV(B) | 307.06º | 0.98% | 0.82% | - |
| XYZ | 35.11 | 17.17 | 47.36 | - |
| YUV | 86.52 | 183.59 | 215.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 5 | 185 | 0 | 0.98 | 0.11 | 0.18 | 307.06 | 0.95 | 0.42 |
| Hex | D1 | 5 | B9 | 0 | 62 | B | 12 | 133 | 5F | 2A |
| Octal | 321 | 5 | 271 | 0 | 142 | 13 | 22 | 463 | 137 | 52 |
| Binary | 11010001 | 101 | 10111001 | 0 | 1100010 | 1011 | 10010 | 100110011 | 1011111 | 101010 |
Color Harmonies of #D105B9
Complementary color
Monochromatic Colors of #D105B9
Black with #D105B9
Text Example
Text Example
White with #D105B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D105B9; }
p { color: rgb(209,5,185); }
H1.HeaderClassName
{
color: #D105B9;
}
.AnyTagClassName
{
color: #D105B9;
}
</style>
background-color css
<style>
a { background-color: #D105B9; }
a { background-color: rgb(209,5,185); }
div.DivClassName
{
background-color: #D105B9;
}
.BgClassName
{
background-color: #D105B9;
}
</style>
border-color css
<style>
span { border-color: #D105B9; }
span { border-color: rgb(209,5,185); }
td.TdClassName
{
border-color: #D105B9;
}
.TagClassName
{
border-color: #D105B9;
}
</style>