Shades of Plum #D18BD6
Tints of Plum #D18BD6
RGB
CMYK
RGB Variations
Color information
#D18BD6 (or 0xD18BD6) is known color: Plum. HEX triplet: D1, 8B and D6. RGB value is (209,139,214). Sum of RGB (Red+Green+Blue) = 209+139+214=562 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.19% from 562); Green value is 139 (54.69% from 255 or 24.73% from 562); Blue value is 214 (83.98% from 255 or 38.08% from 562); Max value from RGB is 214 - color contains mainly: blue. Hex color #D18BD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18BD6 is #2E7429. Grayscale: #A8A8A8. Windows color (decimal): -3044394 or 14060497. OLE color: 14060497.
HSL color Cylindrical-coordinate representation of color #D18BD6: hue angle of 296º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D18BD6 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 139 | 214 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.16 |
| HSL | 296º | 0.48% | 0.69% | - |
| HSV(B) | 296º | 0.35% | 0.84% | - |
| XYZ | 47.66 | 36.88 | 68.22 | - |
| YUV | 168.48 | 153.69 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 139 | 214 | 0.02 | 0.35 | 0 | 0.16 | 296 | 0.48 | 0.69 |
| Hex | D1 | 8B | D6 | 2 | 23 | 0 | 10 | 128 | 30 | 45 |
| Octal | 321 | 213 | 326 | 2 | 43 | 0 | 20 | 450 | 60 | 105 |
| Binary | 11010001 | 10001011 | 11010110 | 10 | 100011 | 0 | 10000 | 100101000 | 110000 | 1000101 |
Color Harmonies of #D18BD6
Complementary color
Monochromatic Colors of #D18BD6
Black with #D18BD6
Text Example
Text Example
White with #D18BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18BD6; }
p { color: rgb(209,139,214); }
H1.HeaderClassName
{
color: #D18BD6;
}
.AnyTagClassName
{
color: #D18BD6;
}
</style>
background-color css
<style>
a { background-color: #D18BD6; }
a { background-color: rgb(209,139,214); }
div.DivClassName
{
background-color: #D18BD6;
}
.BgClassName
{
background-color: #D18BD6;
}
</style>
border-color css
<style>
span { border-color: #D18BD6; }
span { border-color: rgb(209,139,214); }
td.TdClassName
{
border-color: #D18BD6;
}
.TagClassName
{
border-color: #D18BD6;
}
</style>