Shades of Deep Magenta #D105BE
Tints of Deep Magenta #D105BE
RGB
CMYK
RGB Variations
Color information
#D105BE (or 0xD105BE) is known color: Deep Magenta. HEX triplet: D1, 05 and BE. RGB value is (209,5,190). Sum of RGB (Red+Green+Blue) = 209+5+190=404 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.73% from 404); Green value is 5 (2.34% from 255 or 1.24% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 209 - color contains mainly: red. Hex color #D105BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D105BE is #2EFA41. Grayscale: #565656. Windows color (decimal): -3078722 or 12453329. OLE color: 12453329.
HSL color Cylindrical-coordinate representation of color #D105BE: hue angle of 305.59º 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 #D105BE is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 5 | 190 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.18 |
| HSL | 305.59º | 0.95% | 0.42% | - |
| HSV(B) | 305.59º | 0.98% | 0.82% | - |
| XYZ | 35.64 | 17.38 | 50.19 | - |
| YUV | 87.09 | 186.09 | 214.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 5 | 190 | 0 | 0.98 | 0.09 | 0.18 | 305.59 | 0.95 | 0.42 |
| Hex | D1 | 5 | BE | 0 | 62 | 9 | 12 | 132 | 5F | 2A |
| Octal | 321 | 5 | 276 | 0 | 142 | 11 | 22 | 462 | 137 | 52 |
| Binary | 11010001 | 101 | 10111110 | 0 | 1100010 | 1001 | 10010 | 100110010 | 1011111 | 101010 |
Color Harmonies of #D105BE
Complementary color
Monochromatic Colors of #D105BE
Black with #D105BE
Text Example
Text Example
White with #D105BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D105BE; }
p { color: rgb(209,5,190); }
H1.HeaderClassName
{
color: #D105BE;
}
.AnyTagClassName
{
color: #D105BE;
}
</style>
background-color css
<style>
a { background-color: #D105BE; }
a { background-color: rgb(209,5,190); }
div.DivClassName
{
background-color: #D105BE;
}
.BgClassName
{
background-color: #D105BE;
}
</style>
border-color css
<style>
span { border-color: #D105BE; }
span { border-color: rgb(209,5,190); }
td.TdClassName
{
border-color: #D105BE;
}
.TagClassName
{
border-color: #D105BE;
}
</style>