Shades of Plum #D191DB
Tints of Plum #D191DB
RGB
CMYK
RGB Variations
Color information
#D191DB (or 0xD191DB) is known color: Plum. HEX triplet: D1, 91 and DB. RGB value is (209,145,219). Sum of RGB (Red+Green+Blue) = 209+145+219=573 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.47% from 573); Green value is 145 (57.03% from 255 or 25.31% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #D191DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D191DB is #2E6E24. Grayscale: #ACACAC. Windows color (decimal): -3042853 or 14389713. OLE color: 14389713.
HSL color Cylindrical-coordinate representation of color #D191DB: hue angle of 291.89º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D191DB is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 145 | 219 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.14 |
| HSL | 291.89º | 0.51% | 0.71% | - |
| HSV(B) | 291.89º | 0.34% | 0.86% | - |
| XYZ | 49.21 | 38.92 | 71.94 | - |
| YUV | 172.57 | 154.2 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 145 | 219 | 0.05 | 0.34 | 0 | 0.14 | 291.89 | 0.51 | 0.71 |
| Hex | D1 | 91 | DB | 5 | 22 | 0 | E | 124 | 33 | 47 |
| Octal | 321 | 221 | 333 | 5 | 42 | 0 | 16 | 444 | 63 | 107 |
| Binary | 11010001 | 10010001 | 11011011 | 101 | 100010 | 0 | 1110 | 100100100 | 110011 | 1000111 |
Color Harmonies of #D191DB
Complementary color
Monochromatic Colors of #D191DB
Black with #D191DB
Text Example
Text Example
White with #D191DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D191DB; }
p { color: rgb(209,145,219); }
H1.HeaderClassName
{
color: #D191DB;
}
.AnyTagClassName
{
color: #D191DB;
}
</style>
background-color css
<style>
a { background-color: #D191DB; }
a { background-color: rgb(209,145,219); }
div.DivClassName
{
background-color: #D191DB;
}
.BgClassName
{
background-color: #D191DB;
}
</style>
border-color css
<style>
span { border-color: #D191DB; }
span { border-color: rgb(209,145,219); }
td.TdClassName
{
border-color: #D191DB;
}
.TagClassName
{
border-color: #D191DB;
}
</style>