Shades of Deep Magenta #D108BD
Tints of Deep Magenta #D108BD
RGB
CMYK
RGB Variations
Color information
#D108BD (or 0xD108BD) is known color: Deep Magenta. HEX triplet: D1, 08 and BD. RGB value is (209,8,189). Sum of RGB (Red+Green+Blue) = 209+8+189=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 8 (3.52% from 255 or 1.97% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D108BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D108BD is #2EF742. Grayscale: #585858. Windows color (decimal): -3077955 or 12388561. OLE color: 12388561.
HSL color Cylindrical-coordinate representation of color #D108BD: hue angle of 305.97º 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 #D108BD is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 8 | 189 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.18 |
| HSL | 305.97º | 0.93% | 0.43% | - |
| HSV(B) | 305.97º | 0.96% | 0.82% | - |
| XYZ | 35.57 | 17.4 | 49.63 | - |
| YUV | 88.73 | 184.59 | 213.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 8 | 189 | 0 | 0.96 | 0.10 | 0.18 | 305.97 | 0.93 | 0.43 |
| Hex | D1 | 8 | BD | 0 | 60 | A | 12 | 132 | 5D | 2B |
| Octal | 321 | 10 | 275 | 0 | 140 | 12 | 22 | 462 | 135 | 53 |
| Binary | 11010001 | 1000 | 10111101 | 0 | 1100000 | 1010 | 10010 | 100110010 | 1011101 | 101011 |
Color Harmonies of #D108BD
Complementary color
Monochromatic Colors of #D108BD
Black with #D108BD
Text Example
Text Example
White with #D108BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D108BD; }
p { color: rgb(209,8,189); }
H1.HeaderClassName
{
color: #D108BD;
}
.AnyTagClassName
{
color: #D108BD;
}
</style>
background-color css
<style>
a { background-color: #D108BD; }
a { background-color: rgb(209,8,189); }
div.DivClassName
{
background-color: #D108BD;
}
.BgClassName
{
background-color: #D108BD;
}
</style>
border-color css
<style>
span { border-color: #D108BD; }
span { border-color: rgb(209,8,189); }
td.TdClassName
{
border-color: #D108BD;
}
.TagClassName
{
border-color: #D108BD;
}
</style>