Shades of Plum #D89CDA
Tints of Plum #D89CDA
RGB
CMYK
RGB Variations
Color information
#D89CDA (or 0xD89CDA) is known color: Plum. HEX triplet: D8, 9C and DA. RGB value is (216,156,218). Sum of RGB (Red+Green+Blue) = 216+156+218=590 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.61% from 590); Green value is 156 (61.33% from 255 or 26.44% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 218 - color contains mainly: blue. Hex color #D89CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89CDA is #276325. Grayscale: #B4B4B4. Windows color (decimal): -2581286 or 14327000. OLE color: 14327000.
HSL color Cylindrical-coordinate representation of color #D89CDA: hue angle of 298.06º degrees, saturation: 0.46, 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 #D89CDA is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 156 | 218 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.15 |
| HSL | 298.06º | 0.46% | 0.73% | - |
| HSV(B) | 298.06º | 0.28% | 0.85% | - |
| XYZ | 52.86 | 43.44 | 71.93 | - |
| YUV | 181.01 | 148.88 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 156 | 218 | 0.01 | 0.28 | 0 | 0.15 | 298.06 | 0.46 | 0.73 |
| Hex | D8 | 9C | DA | 1 | 1C | 0 | F | 12A | 2E | 49 |
| Octal | 330 | 234 | 332 | 1 | 34 | 0 | 17 | 452 | 56 | 111 |
| Binary | 11011000 | 10011100 | 11011010 | 1 | 11100 | 0 | 1111 | 100101010 | 101110 | 1001001 |
Color Harmonies of #D89CDA
Complementary color
Monochromatic Colors of #D89CDA
Black with #D89CDA
Text Example
Text Example
White with #D89CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89CDA; }
p { color: rgb(216,156,218); }
H1.HeaderClassName
{
color: #D89CDA;
}
.AnyTagClassName
{
color: #D89CDA;
}
</style>
background-color css
<style>
a { background-color: #D89CDA; }
a { background-color: rgb(216,156,218); }
div.DivClassName
{
background-color: #D89CDA;
}
.BgClassName
{
background-color: #D89CDA;
}
</style>
border-color css
<style>
span { border-color: #D89CDA; }
span { border-color: rgb(216,156,218); }
td.TdClassName
{
border-color: #D89CDA;
}
.TagClassName
{
border-color: #D89CDA;
}
</style>