Shades of Plum #D18BDB
Tints of Plum #D18BDB
RGB
CMYK
RGB Variations
Color information
#D18BDB (or 0xD18BDB) is known color: Plum. HEX triplet: D1, 8B and DB. RGB value is (209,139,219). Sum of RGB (Red+Green+Blue) = 209+139+219=567 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.86% from 567); Green value is 139 (54.69% from 255 or 24.51% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #D18BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18BDB is #2E7424. Grayscale: #A8A8A8. Windows color (decimal): -3044389 or 14388177. OLE color: 14388177.
HSL color Cylindrical-coordinate representation of color #D18BDB: hue angle of 292.5º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D18BDB is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 139 | 219 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.14 |
| HSL | 292.5º | 0.53% | 0.7% | - |
| HSV(B) | 292.5º | 0.37% | 0.86% | - |
| XYZ | 48.31 | 37.14 | 71.64 | - |
| YUV | 169.05 | 156.19 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 139 | 219 | 0.05 | 0.37 | 0 | 0.14 | 292.5 | 0.53 | 0.7 |
| Hex | D1 | 8B | DB | 5 | 25 | 0 | E | 124 | 35 | 46 |
| Octal | 321 | 213 | 333 | 5 | 45 | 0 | 16 | 444 | 65 | 106 |
| Binary | 11010001 | 10001011 | 11011011 | 101 | 100101 | 0 | 1110 | 100100100 | 110101 | 1000110 |
Color Harmonies of #D18BDB
Complementary color
Monochromatic Colors of #D18BDB
Black with #D18BDB
Text Example
Text Example
White with #D18BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18BDB; }
p { color: rgb(209,139,219); }
H1.HeaderClassName
{
color: #D18BDB;
}
.AnyTagClassName
{
color: #D18BDB;
}
</style>
background-color css
<style>
a { background-color: #D18BDB; }
a { background-color: rgb(209,139,219); }
div.DivClassName
{
background-color: #D18BDB;
}
.BgClassName
{
background-color: #D18BDB;
}
</style>
border-color css
<style>
span { border-color: #D18BDB; }
span { border-color: rgb(209,139,219); }
td.TdClassName
{
border-color: #D18BDB;
}
.TagClassName
{
border-color: #D18BDB;
}
</style>