Shades of Deep Magenta #D105B5
Tints of Deep Magenta #D105B5
RGB
CMYK
RGB Variations
Color information
#D105B5 (or 0xD105B5) is known color: Deep Magenta. HEX triplet: D1, 05 and B5. RGB value is (209,5,181). Sum of RGB (Red+Green+Blue) = 209+5+181=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 5 (2.34% from 255 or 1.27% from 395); Blue value is 181 (71.09% from 255 or 45.82% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D105B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D105B5 is #2EFA4A. Grayscale: #555555. Windows color (decimal): -3078731 or 11863505. OLE color: 11863505.
HSL color Cylindrical-coordinate representation of color #D105B5: hue angle of 308.24º 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 #D105B5 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 5 | 181 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.18 |
| HSL | 308.24º | 0.95% | 0.42% | - |
| HSV(B) | 308.24º | 0.98% | 0.82% | - |
| XYZ | 34.69 | 17 | 45.17 | - |
| YUV | 86.06 | 181.59 | 215.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 5 | 181 | 0 | 0.98 | 0.13 | 0.18 | 308.24 | 0.95 | 0.42 |
| Hex | D1 | 5 | B5 | 0 | 62 | D | 12 | 134 | 5F | 2A |
| Octal | 321 | 5 | 265 | 0 | 142 | 15 | 22 | 464 | 137 | 52 |
| Binary | 11010001 | 101 | 10110101 | 0 | 1100010 | 1101 | 10010 | 100110100 | 1011111 | 101010 |
Color Harmonies of #D105B5
Complementary color
Monochromatic Colors of #D105B5
Black with #D105B5
Text Example
Text Example
White with #D105B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D105B5; }
p { color: rgb(209,5,181); }
H1.HeaderClassName
{
color: #D105B5;
}
.AnyTagClassName
{
color: #D105B5;
}
</style>
background-color css
<style>
a { background-color: #D105B5; }
a { background-color: rgb(209,5,181); }
div.DivClassName
{
background-color: #D105B5;
}
.BgClassName
{
background-color: #D105B5;
}
</style>
border-color css
<style>
span { border-color: #D105B5; }
span { border-color: rgb(209,5,181); }
td.TdClassName
{
border-color: #D105B5;
}
.TagClassName
{
border-color: #D105B5;
}
</style>