Shades of Plum #D89BD5
Tints of Plum #D89BD5
RGB
CMYK
RGB Variations
Color information
#D89BD5 (or 0xD89BD5) is known color: Plum. HEX triplet: D8, 9B and D5. RGB value is (216,155,213). Sum of RGB (Red+Green+Blue) = 216+155+213=584 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.99% from 584); Green value is 155 (60.94% from 255 or 26.54% from 584); Blue value is 213 (83.59% from 255 or 36.47% from 584); Max value from RGB is 216 - color contains mainly: red. Hex color #D89BD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89BD5 is #27642A. Grayscale: #B3B3B3. Windows color (decimal): -2581547 or 13999064. OLE color: 13999064.
HSL color Cylindrical-coordinate representation of color #D89BD5: hue angle of 302.95º 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 #D89BD5 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 155 | 213 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.15 |
| HSL | 302.95º | 0.44% | 0.73% | - |
| HSV(B) | 302.95º | 0.28% | 0.85% | - |
| XYZ | 52.05 | 42.85 | 68.48 | - |
| YUV | 179.85 | 146.71 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 155 | 213 | 0 | 0.28 | 0.01 | 0.15 | 302.95 | 0.44 | 0.73 |
| Hex | D8 | 9B | D5 | 0 | 1C | 1 | F | 12F | 2C | 49 |
| Octal | 330 | 233 | 325 | 0 | 34 | 1 | 17 | 457 | 54 | 111 |
| Binary | 11011000 | 10011011 | 11010101 | 0 | 11100 | 1 | 1111 | 100101111 | 101100 | 1001001 |
Color Harmonies of #D89BD5
Complementary color
Monochromatic Colors of #D89BD5
Black with #D89BD5
Text Example
Text Example
White with #D89BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89BD5; }
p { color: rgb(216,155,213); }
H1.HeaderClassName
{
color: #D89BD5;
}
.AnyTagClassName
{
color: #D89BD5;
}
</style>
background-color css
<style>
a { background-color: #D89BD5; }
a { background-color: rgb(216,155,213); }
div.DivClassName
{
background-color: #D89BD5;
}
.BgClassName
{
background-color: #D89BD5;
}
</style>
border-color css
<style>
span { border-color: #D89BD5; }
span { border-color: rgb(216,155,213); }
td.TdClassName
{
border-color: #D89BD5;
}
.TagClassName
{
border-color: #D89BD5;
}
</style>