Shades of Plum #D89DD4
Tints of Plum #D89DD4
RGB
CMYK
RGB Variations
Color information
#D89DD4 (or 0xD89DD4) is known color: Plum. HEX triplet: D8, 9D and D4. RGB value is (216,157,212). Sum of RGB (Red+Green+Blue) = 216+157+212=585 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.92% from 585); Green value is 157 (61.72% from 255 or 26.84% from 585); Blue value is 212 (83.20% from 255 or 36.24% from 585); Max value from RGB is 216 - color contains mainly: red. Hex color #D89DD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89DD4 is #27622B. Grayscale: #B4B4B4. Windows color (decimal): -2581036 or 13934040. OLE color: 13934040.
HSL color Cylindrical-coordinate representation of color #D89DD4: hue angle of 304.07º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D89DD4 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 157 | 212 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.15 |
| HSL | 304.07º | 0.43% | 0.73% | - |
| HSV(B) | 304.07º | 0.27% | 0.85% | - |
| XYZ | 52.26 | 43.47 | 67.92 | - |
| YUV | 180.91 | 145.55 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 157 | 212 | 0 | 0.27 | 0.02 | 0.15 | 304.07 | 0.43 | 0.73 |
| Hex | D8 | 9D | D4 | 0 | 1B | 2 | F | 130 | 2B | 49 |
| Octal | 330 | 235 | 324 | 0 | 33 | 2 | 17 | 460 | 53 | 111 |
| Binary | 11011000 | 10011101 | 11010100 | 0 | 11011 | 10 | 1111 | 100110000 | 101011 | 1001001 |
Color Harmonies of #D89DD4
Complementary color
Monochromatic Colors of #D89DD4
Black with #D89DD4
Text Example
Text Example
White with #D89DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89DD4; }
p { color: rgb(216,157,212); }
H1.HeaderClassName
{
color: #D89DD4;
}
.AnyTagClassName
{
color: #D89DD4;
}
</style>
background-color css
<style>
a { background-color: #D89DD4; }
a { background-color: rgb(216,157,212); }
div.DivClassName
{
background-color: #D89DD4;
}
.BgClassName
{
background-color: #D89DD4;
}
</style>
border-color css
<style>
span { border-color: #D89DD4; }
span { border-color: rgb(216,157,212); }
td.TdClassName
{
border-color: #D89DD4;
}
.TagClassName
{
border-color: #D89DD4;
}
</style>