Shades of Plum #D89BE1
Tints of Plum #D89BE1
RGB
CMYK
RGB Variations
Color information
#D89BE1 (or 0xD89BE1) is known color: Plum. HEX triplet: D8, 9B and E1. RGB value is (216,155,225). Sum of RGB (Red+Green+Blue) = 216+155+225=596 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.24% from 596); Green value is 155 (60.94% from 255 or 26.01% from 596); Blue value is 225 (88.28% from 255 or 37.75% from 596); Max value from RGB is 225 - color contains mainly: blue. Hex color #D89BE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89BE1 is #27641E. Grayscale: #B5B5B5. Windows color (decimal): -2581535 or 14785496. OLE color: 14785496.
HSL color Cylindrical-coordinate representation of color #D89BE1: hue angle of 292.29º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D89BE1 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 155 | 225 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.12 |
| HSL | 292.29º | 0.54% | 0.75% | - |
| HSV(B) | 292.29º | 0.31% | 0.88% | - |
| XYZ | 53.63 | 43.48 | 76.8 | - |
| YUV | 181.22 | 152.71 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 155 | 225 | 0.04 | 0.31 | 0 | 0.12 | 292.29 | 0.54 | 0.75 |
| Hex | D8 | 9B | E1 | 4 | 1F | 0 | C | 124 | 36 | 4B |
| Octal | 330 | 233 | 341 | 4 | 37 | 0 | 14 | 444 | 66 | 113 |
| Binary | 11011000 | 10011011 | 11100001 | 100 | 11111 | 0 | 1100 | 100100100 | 110110 | 1001011 |
Color Harmonies of #D89BE1
Complementary color
Monochromatic Colors of #D89BE1
Black with #D89BE1
Text Example
Text Example
White with #D89BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89BE1; }
p { color: rgb(216,155,225); }
H1.HeaderClassName
{
color: #D89BE1;
}
.AnyTagClassName
{
color: #D89BE1;
}
</style>
background-color css
<style>
a { background-color: #D89BE1; }
a { background-color: rgb(216,155,225); }
div.DivClassName
{
background-color: #D89BE1;
}
.BgClassName
{
background-color: #D89BE1;
}
</style>
border-color css
<style>
span { border-color: #D89BE1; }
span { border-color: rgb(216,155,225); }
td.TdClassName
{
border-color: #D89BE1;
}
.TagClassName
{
border-color: #D89BE1;
}
</style>