Shades of Plum #D89BE5
Tints of Plum #D89BE5
RGB
CMYK
RGB Variations
Color information
#D89BE5 (or 0xD89BE5) is known color: Plum. HEX triplet: D8, 9B and E5. RGB value is (216,155,229). Sum of RGB (Red+Green+Blue) = 216+155+229=600 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36% from 600); Green value is 155 (60.94% from 255 or 25.83% from 600); Blue value is 229 (89.84% from 255 or 38.17% from 600); Max value from RGB is 229 - color contains mainly: blue. Hex color #D89BE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89BE5 is #27641A. Grayscale: #B5B5B5. Windows color (decimal): -2581531 or 15047640. OLE color: 15047640.
HSL color Cylindrical-coordinate representation of color #D89BE5: hue angle of 289.46º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D89BE5 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 155 | 229 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.10 |
| HSL | 289.46º | 0.59% | 0.75% | - |
| HSV(B) | 289.46º | 0.32% | 0.9% | - |
| XYZ | 54.18 | 43.7 | 79.71 | - |
| YUV | 181.68 | 154.71 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 155 | 229 | 0.06 | 0.32 | 0 | 0.10 | 289.46 | 0.59 | 0.75 |
| Hex | D8 | 9B | E5 | 6 | 20 | 0 | A | 121 | 3B | 4B |
| Octal | 330 | 233 | 345 | 6 | 40 | 0 | 12 | 441 | 73 | 113 |
| Binary | 11011000 | 10011011 | 11100101 | 110 | 100000 | 0 | 1010 | 100100001 | 111011 | 1001011 |
Color Harmonies of #D89BE5
Complementary color
Monochromatic Colors of #D89BE5
Black with #D89BE5
Text Example
Text Example
White with #D89BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89BE5; }
p { color: rgb(216,155,229); }
H1.HeaderClassName
{
color: #D89BE5;
}
.AnyTagClassName
{
color: #D89BE5;
}
</style>
background-color css
<style>
a { background-color: #D89BE5; }
a { background-color: rgb(216,155,229); }
div.DivClassName
{
background-color: #D89BE5;
}
.BgClassName
{
background-color: #D89BE5;
}
</style>
border-color css
<style>
span { border-color: #D89BE5; }
span { border-color: rgb(216,155,229); }
td.TdClassName
{
border-color: #D89BE5;
}
.TagClassName
{
border-color: #D89BE5;
}
</style>