Shades of Deep Magenta #D107B5
Tints of Deep Magenta #D107B5
RGB
CMYK
RGB Variations
Color information
#D107B5 (or 0xD107B5) is known color: Deep Magenta. HEX triplet: D1, 07 and B5. RGB value is (209,7,181). Sum of RGB (Red+Green+Blue) = 209+7+181=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 7 (3.12% from 255 or 1.76% from 397); Blue value is 181 (71.09% from 255 or 45.59% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D107B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D107B5 is #2EF84A. Grayscale: #565656. Windows color (decimal): -3078219 or 11864017. OLE color: 11864017.
HSL color Cylindrical-coordinate representation of color #D107B5: hue angle of 308.32º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D107B5 is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 7 | 181 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.18 |
| HSL | 308.32º | 0.94% | 0.42% | - |
| HSV(B) | 308.32º | 0.97% | 0.82% | - |
| XYZ | 34.71 | 17.04 | 45.18 | - |
| YUV | 87.23 | 180.92 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 7 | 181 | 0 | 0.97 | 0.13 | 0.18 | 308.32 | 0.94 | 0.42 |
| Hex | D1 | 7 | B5 | 0 | 61 | D | 12 | 134 | 5E | 2A |
| Octal | 321 | 7 | 265 | 0 | 141 | 15 | 22 | 464 | 136 | 52 |
| Binary | 11010001 | 111 | 10110101 | 0 | 1100001 | 1101 | 10010 | 100110100 | 1011110 | 101010 |
Color Harmonies of #D107B5
Complementary color
Monochromatic Colors of #D107B5
Black with #D107B5
Text Example
Text Example
White with #D107B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D107B5; }
p { color: rgb(209,7,181); }
H1.HeaderClassName
{
color: #D107B5;
}
.AnyTagClassName
{
color: #D107B5;
}
</style>
background-color css
<style>
a { background-color: #D107B5; }
a { background-color: rgb(209,7,181); }
div.DivClassName
{
background-color: #D107B5;
}
.BgClassName
{
background-color: #D107B5;
}
</style>
border-color css
<style>
span { border-color: #D107B5; }
span { border-color: rgb(209,7,181); }
td.TdClassName
{
border-color: #D107B5;
}
.TagClassName
{
border-color: #D107B5;
}
</style>