Shades of Deep Magenta #D105BF
Tints of Deep Magenta #D105BF
RGB
CMYK
RGB Variations
Color information
#D105BF (or 0xD105BF) is known color: Deep Magenta. HEX triplet: D1, 05 and BF. RGB value is (209,5,191). Sum of RGB (Red+Green+Blue) = 209+5+191=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 5 (2.34% from 255 or 1.23% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D105BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D105BF is #2EFA40. Grayscale: #565656. Windows color (decimal): -3078721 or 12518865. OLE color: 12518865.
HSL color Cylindrical-coordinate representation of color #D105BF: hue angle of 305.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 #D105BF is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 5 | 191 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.18 |
| HSL | 305.29º | 0.95% | 0.42% | - |
| HSV(B) | 305.29º | 0.98% | 0.82% | - |
| XYZ | 35.75 | 17.43 | 50.77 | - |
| YUV | 87.2 | 186.59 | 214.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 5 | 191 | 0 | 0.98 | 0.09 | 0.18 | 305.29 | 0.95 | 0.42 |
| Hex | D1 | 5 | BF | 0 | 62 | 9 | 12 | 131 | 5F | 2A |
| Octal | 321 | 5 | 277 | 0 | 142 | 11 | 22 | 461 | 137 | 52 |
| Binary | 11010001 | 101 | 10111111 | 0 | 1100010 | 1001 | 10010 | 100110001 | 1011111 | 101010 |
Color Harmonies of #D105BF
Complementary color
Monochromatic Colors of #D105BF
Black with #D105BF
Text Example
Text Example
White with #D105BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D105BF; }
p { color: rgb(209,5,191); }
H1.HeaderClassName
{
color: #D105BF;
}
.AnyTagClassName
{
color: #D105BF;
}
</style>
background-color css
<style>
a { background-color: #D105BF; }
a { background-color: rgb(209,5,191); }
div.DivClassName
{
background-color: #D105BF;
}
.BgClassName
{
background-color: #D105BF;
}
</style>
border-color css
<style>
span { border-color: #D105BF; }
span { border-color: rgb(209,5,191); }
td.TdClassName
{
border-color: #D105BF;
}
.TagClassName
{
border-color: #D105BF;
}
</style>