Shades of Plum #D89CD4
Tints of Plum #D89CD4
RGB
CMYK
RGB Variations
Color information
#D89CD4 (or 0xD89CD4) is known color: Plum. HEX triplet: D8, 9C and D4. RGB value is (216,156,212). Sum of RGB (Red+Green+Blue) = 216+156+212=584 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.99% from 584); Green value is 156 (61.33% from 255 or 26.71% from 584); Blue value is 212 (83.20% from 255 or 36.30% from 584); Max value from RGB is 216 - color contains mainly: red. Hex color #D89CD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89CD4 is #27632B. Grayscale: #B4B4B4. Windows color (decimal): -2581292 or 13933784. OLE color: 13933784.
HSL color Cylindrical-coordinate representation of color #D89CD4: hue angle of 304º degrees, saturation: 0.43, 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 #D89CD4 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 156 | 212 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.15 |
| HSL | 304º | 0.43% | 0.73% | - |
| HSV(B) | 304º | 0.28% | 0.85% | - |
| XYZ | 52.09 | 43.13 | 67.87 | - |
| YUV | 180.32 | 145.88 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 156 | 212 | 0 | 0.28 | 0.02 | 0.15 | 304 | 0.43 | 0.73 |
| Hex | D8 | 9C | D4 | 0 | 1C | 2 | F | 130 | 2B | 49 |
| Octal | 330 | 234 | 324 | 0 | 34 | 2 | 17 | 460 | 53 | 111 |
| Binary | 11011000 | 10011100 | 11010100 | 0 | 11100 | 10 | 1111 | 100110000 | 101011 | 1001001 |
Color Harmonies of #D89CD4
Complementary color
Monochromatic Colors of #D89CD4
Black with #D89CD4
Text Example
Text Example
White with #D89CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89CD4; }
p { color: rgb(216,156,212); }
H1.HeaderClassName
{
color: #D89CD4;
}
.AnyTagClassName
{
color: #D89CD4;
}
</style>
background-color css
<style>
a { background-color: #D89CD4; }
a { background-color: rgb(216,156,212); }
div.DivClassName
{
background-color: #D89CD4;
}
.BgClassName
{
background-color: #D89CD4;
}
</style>
border-color css
<style>
span { border-color: #D89CD4; }
span { border-color: rgb(216,156,212); }
td.TdClassName
{
border-color: #D89CD4;
}
.TagClassName
{
border-color: #D89CD4;
}
</style>