Shades of Plum #D89BD2
Tints of Plum #D89BD2
RGB
CMYK
RGB Variations
Color information
#D89BD2 (or 0xD89BD2) is known color: Plum. HEX triplet: D8, 9B and D2. RGB value is (216,155,210). Sum of RGB (Red+Green+Blue) = 216+155+210=581 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.18% from 581); Green value is 155 (60.94% from 255 or 26.68% from 581); Blue value is 210 (82.42% from 255 or 36.14% from 581); Max value from RGB is 216 - color contains mainly: red. Hex color #D89BD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89BD2 is #27642D. Grayscale: #B3B3B3. Windows color (decimal): -2581550 or 13802456. OLE color: 13802456.
HSL color Cylindrical-coordinate representation of color #D89BD2: hue angle of 305.9º 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 #D89BD2 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 155 | 210 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.15 |
| HSL | 305.9º | 0.44% | 0.73% | - |
| HSV(B) | 305.9º | 0.28% | 0.85% | - |
| XYZ | 51.67 | 42.69 | 66.49 | - |
| YUV | 179.51 | 145.21 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 155 | 210 | 0 | 0.28 | 0.03 | 0.15 | 305.9 | 0.44 | 0.73 |
| Hex | D8 | 9B | D2 | 0 | 1C | 3 | F | 132 | 2C | 49 |
| Octal | 330 | 233 | 322 | 0 | 34 | 3 | 17 | 462 | 54 | 111 |
| Binary | 11011000 | 10011011 | 11010010 | 0 | 11100 | 11 | 1111 | 100110010 | 101100 | 1001001 |
Color Harmonies of #D89BD2
Complementary color
Monochromatic Colors of #D89BD2
Black with #D89BD2
Text Example
Text Example
White with #D89BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89BD2; }
p { color: rgb(216,155,210); }
H1.HeaderClassName
{
color: #D89BD2;
}
.AnyTagClassName
{
color: #D89BD2;
}
</style>
background-color css
<style>
a { background-color: #D89BD2; }
a { background-color: rgb(216,155,210); }
div.DivClassName
{
background-color: #D89BD2;
}
.BgClassName
{
background-color: #D89BD2;
}
</style>
border-color css
<style>
span { border-color: #D89BD2; }
span { border-color: rgb(216,155,210); }
td.TdClassName
{
border-color: #D89BD2;
}
.TagClassName
{
border-color: #D89BD2;
}
</style>