Shades of Plum #D889D5
Tints of Plum #D889D5
RGB
CMYK
RGB Variations
Color information
#D889D5 (or 0xD889D5) is known color: Plum. HEX triplet: D8, 89 and D5. RGB value is (216,137,213). Sum of RGB (Red+Green+Blue) = 216+137+213=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 137 (53.91% from 255 or 24.20% from 566); Blue value is 213 (83.59% from 255 or 37.63% from 566); Max value from RGB is 216 - color contains mainly: red. Hex color #D889D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D889D5 is #27762A. Grayscale: #A9A9A9. Windows color (decimal): -2586155 or 13994456. OLE color: 13994456.
HSL color Cylindrical-coordinate representation of color #D889D5: hue angle of 302.28º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D889D5 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 137 | 213 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.15 |
| HSL | 302.28º | 0.5% | 0.69% | - |
| HSV(B) | 302.28º | 0.37% | 0.85% | - |
| XYZ | 49.27 | 37.29 | 67.55 | - |
| YUV | 169.29 | 152.67 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 137 | 213 | 0 | 0.37 | 0.01 | 0.15 | 302.28 | 0.5 | 0.69 |
| Hex | D8 | 89 | D5 | 0 | 25 | 1 | F | 12E | 32 | 45 |
| Octal | 330 | 211 | 325 | 0 | 45 | 1 | 17 | 456 | 62 | 105 |
| Binary | 11011000 | 10001001 | 11010101 | 0 | 100101 | 1 | 1111 | 100101110 | 110010 | 1000101 |
Color Harmonies of #D889D5
Complementary color
Monochromatic Colors of #D889D5
Black with #D889D5
Text Example
Text Example
White with #D889D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D889D5; }
p { color: rgb(216,137,213); }
H1.HeaderClassName
{
color: #D889D5;
}
.AnyTagClassName
{
color: #D889D5;
}
</style>
background-color css
<style>
a { background-color: #D889D5; }
a { background-color: rgb(216,137,213); }
div.DivClassName
{
background-color: #D889D5;
}
.BgClassName
{
background-color: #D889D5;
}
</style>
border-color css
<style>
span { border-color: #D889D5; }
span { border-color: rgb(216,137,213); }
td.TdClassName
{
border-color: #D889D5;
}
.TagClassName
{
border-color: #D889D5;
}
</style>