Shades of Deep Magenta #D108BB
Tints of Deep Magenta #D108BB
RGB
CMYK
RGB Variations
Color information
#D108BB (or 0xD108BB) is known color: Deep Magenta. HEX triplet: D1, 08 and BB. RGB value is (209,8,187). Sum of RGB (Red+Green+Blue) = 209+8+187=404 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.73% from 404); Green value is 8 (3.52% from 255 or 1.98% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 209 - color contains mainly: red. Hex color #D108BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D108BB is #2EF744. Grayscale: #575757. Windows color (decimal): -3077957 or 12257489. OLE color: 12257489.
HSL color Cylindrical-coordinate representation of color #D108BB: hue angle of 306.57º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D108BB is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 8 | 187 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.18 |
| HSL | 306.57º | 0.93% | 0.43% | - |
| HSV(B) | 306.57º | 0.96% | 0.82% | - |
| XYZ | 35.35 | 17.32 | 48.49 | - |
| YUV | 88.51 | 183.59 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 8 | 187 | 0 | 0.96 | 0.11 | 0.18 | 306.57 | 0.93 | 0.43 |
| Hex | D1 | 8 | BB | 0 | 60 | B | 12 | 133 | 5D | 2B |
| Octal | 321 | 10 | 273 | 0 | 140 | 13 | 22 | 463 | 135 | 53 |
| Binary | 11010001 | 1000 | 10111011 | 0 | 1100000 | 1011 | 10010 | 100110011 | 1011101 | 101011 |
Color Harmonies of #D108BB
Complementary color
Monochromatic Colors of #D108BB
Black with #D108BB
Text Example
Text Example
White with #D108BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D108BB; }
p { color: rgb(209,8,187); }
H1.HeaderClassName
{
color: #D108BB;
}
.AnyTagClassName
{
color: #D108BB;
}
</style>
background-color css
<style>
a { background-color: #D108BB; }
a { background-color: rgb(209,8,187); }
div.DivClassName
{
background-color: #D108BB;
}
.BgClassName
{
background-color: #D108BB;
}
</style>
border-color css
<style>
span { border-color: #D108BB; }
span { border-color: rgb(209,8,187); }
td.TdClassName
{
border-color: #D108BB;
}
.TagClassName
{
border-color: #D108BB;
}
</style>