Shades of Deep Magenta #D107BD
Tints of Deep Magenta #D107BD
RGB
CMYK
RGB Variations
Color information
#D107BD (or 0xD107BD) is known color: Deep Magenta. HEX triplet: D1, 07 and BD. RGB value is (209,7,189). Sum of RGB (Red+Green+Blue) = 209+7+189=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 7 (3.12% from 255 or 1.73% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D107BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D107BD is #2EF842. Grayscale: #575757. Windows color (decimal): -3078211 or 12388305. OLE color: 12388305.
HSL color Cylindrical-coordinate representation of color #D107BD: hue angle of 305.94º 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 #D107BD is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 7 | 189 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.18 |
| HSL | 305.94º | 0.94% | 0.42% | - |
| HSV(B) | 305.94º | 0.97% | 0.82% | - |
| XYZ | 35.56 | 17.38 | 49.63 | - |
| YUV | 88.15 | 184.92 | 214.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 7 | 189 | 0 | 0.97 | 0.10 | 0.18 | 305.94 | 0.94 | 0.42 |
| Hex | D1 | 7 | BD | 0 | 61 | A | 12 | 132 | 5E | 2A |
| Octal | 321 | 7 | 275 | 0 | 141 | 12 | 22 | 462 | 136 | 52 |
| Binary | 11010001 | 111 | 10111101 | 0 | 1100001 | 1010 | 10010 | 100110010 | 1011110 | 101010 |
Color Harmonies of #D107BD
Complementary color
Monochromatic Colors of #D107BD
Black with #D107BD
Text Example
Text Example
White with #D107BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D107BD; }
p { color: rgb(209,7,189); }
H1.HeaderClassName
{
color: #D107BD;
}
.AnyTagClassName
{
color: #D107BD;
}
</style>
background-color css
<style>
a { background-color: #D107BD; }
a { background-color: rgb(209,7,189); }
div.DivClassName
{
background-color: #D107BD;
}
.BgClassName
{
background-color: #D107BD;
}
</style>
border-color css
<style>
span { border-color: #D107BD; }
span { border-color: rgb(209,7,189); }
td.TdClassName
{
border-color: #D107BD;
}
.TagClassName
{
border-color: #D107BD;
}
</style>