Shades of Deep Magenta #D105BD
Tints of Deep Magenta #D105BD
RGB
CMYK
RGB Variations
Color information
#D105BD (or 0xD105BD) is known color: Deep Magenta. HEX triplet: D1, 05 and BD. RGB value is (209,5,189). Sum of RGB (Red+Green+Blue) = 209+5+189=403 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.86% from 403); Green value is 5 (2.34% from 255 or 1.24% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 209 - color contains mainly: red. Hex color #D105BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D105BD is #2EFA42. Grayscale: #565656. Windows color (decimal): -3078723 or 12387793. OLE color: 12387793.
HSL color Cylindrical-coordinate representation of color #D105BD: hue angle of 305.88º 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 #D105BD is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 5 | 189 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.18 |
| HSL | 305.88º | 0.95% | 0.42% | - |
| HSV(B) | 305.88º | 0.98% | 0.82% | - |
| XYZ | 35.53 | 17.34 | 49.62 | - |
| YUV | 86.97 | 185.59 | 215.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 5 | 189 | 0 | 0.98 | 0.10 | 0.18 | 305.88 | 0.95 | 0.42 |
| Hex | D1 | 5 | BD | 0 | 62 | A | 12 | 132 | 5F | 2A |
| Octal | 321 | 5 | 275 | 0 | 142 | 12 | 22 | 462 | 137 | 52 |
| Binary | 11010001 | 101 | 10111101 | 0 | 1100010 | 1010 | 10010 | 100110010 | 1011111 | 101010 |
Color Harmonies of #D105BD
Complementary color
Monochromatic Colors of #D105BD
Black with #D105BD
Text Example
Text Example
White with #D105BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D105BD; }
p { color: rgb(209,5,189); }
H1.HeaderClassName
{
color: #D105BD;
}
.AnyTagClassName
{
color: #D105BD;
}
</style>
background-color css
<style>
a { background-color: #D105BD; }
a { background-color: rgb(209,5,189); }
div.DivClassName
{
background-color: #D105BD;
}
.BgClassName
{
background-color: #D105BD;
}
</style>
border-color css
<style>
span { border-color: #D105BD; }
span { border-color: rgb(209,5,189); }
td.TdClassName
{
border-color: #D105BD;
}
.TagClassName
{
border-color: #D105BD;
}
</style>