Shades of Plum #D89BD3
Tints of Plum #D89BD3
RGB
CMYK
RGB Variations
Color information
#D89BD3 (or 0xD89BD3) is known color: Plum. HEX triplet: D8, 9B and D3. RGB value is (216,155,211). Sum of RGB (Red+Green+Blue) = 216+155+211=582 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.11% from 582); Green value is 155 (60.94% from 255 or 26.63% from 582); Blue value is 211 (82.81% from 255 or 36.25% from 582); Max value from RGB is 216 - color contains mainly: red. Hex color #D89BD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89BD3 is #27642C. Grayscale: #B3B3B3. Windows color (decimal): -2581549 or 13867992. OLE color: 13867992.
HSL color Cylindrical-coordinate representation of color #D89BD3: hue angle of 304.92º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D89BD3 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 155 | 211 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.15 |
| HSL | 304.92º | 0.44% | 0.73% | - |
| HSV(B) | 304.92º | 0.28% | 0.85% | - |
| XYZ | 51.8 | 42.74 | 67.15 | - |
| YUV | 179.62 | 145.71 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 155 | 211 | 0 | 0.28 | 0.02 | 0.15 | 304.92 | 0.44 | 0.73 |
| Hex | D8 | 9B | D3 | 0 | 1C | 2 | F | 131 | 2C | 49 |
| Octal | 330 | 233 | 323 | 0 | 34 | 2 | 17 | 461 | 54 | 111 |
| Binary | 11011000 | 10011011 | 11010011 | 0 | 11100 | 10 | 1111 | 100110001 | 101100 | 1001001 |
Color Harmonies of #D89BD3
Complementary color
Monochromatic Colors of #D89BD3
Black with #D89BD3
Text Example
Text Example
White with #D89BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89BD3; }
p { color: rgb(216,155,211); }
H1.HeaderClassName
{
color: #D89BD3;
}
.AnyTagClassName
{
color: #D89BD3;
}
</style>
background-color css
<style>
a { background-color: #D89BD3; }
a { background-color: rgb(216,155,211); }
div.DivClassName
{
background-color: #D89BD3;
}
.BgClassName
{
background-color: #D89BD3;
}
</style>
border-color css
<style>
span { border-color: #D89BD3; }
span { border-color: rgb(216,155,211); }
td.TdClassName
{
border-color: #D89BD3;
}
.TagClassName
{
border-color: #D89BD3;
}
</style>