Shades of Plum #D89DD3
Tints of Plum #D89DD3
RGB
CMYK
RGB Variations
Color information
#D89DD3 (or 0xD89DD3) is known color: Plum. HEX triplet: D8, 9D and D3. RGB value is (216,157,211). Sum of RGB (Red+Green+Blue) = 216+157+211=584 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.99% from 584); Green value is 157 (61.72% from 255 or 26.88% from 584); Blue value is 211 (82.81% from 255 or 36.13% from 584); Max value from RGB is 216 - color contains mainly: red. Hex color #D89DD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89DD3 is #27622C. Grayscale: #B4B4B4. Windows color (decimal): -2581037 or 13868504. OLE color: 13868504.
HSL color Cylindrical-coordinate representation of color #D89DD3: hue angle of 305.08º 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 #D89DD3 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 157 | 211 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.15 |
| HSL | 305.08º | 0.43% | 0.73% | - |
| HSV(B) | 305.08º | 0.27% | 0.85% | - |
| XYZ | 52.13 | 43.42 | 67.26 | - |
| YUV | 180.8 | 145.05 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 157 | 211 | 0 | 0.27 | 0.02 | 0.15 | 305.08 | 0.43 | 0.73 |
| Hex | D8 | 9D | D3 | 0 | 1B | 2 | F | 131 | 2B | 49 |
| Octal | 330 | 235 | 323 | 0 | 33 | 2 | 17 | 461 | 53 | 111 |
| Binary | 11011000 | 10011101 | 11010011 | 0 | 11011 | 10 | 1111 | 100110001 | 101011 | 1001001 |
Color Harmonies of #D89DD3
Complementary color
Monochromatic Colors of #D89DD3
Black with #D89DD3
Text Example
Text Example
White with #D89DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89DD3; }
p { color: rgb(216,157,211); }
H1.HeaderClassName
{
color: #D89DD3;
}
.AnyTagClassName
{
color: #D89DD3;
}
</style>
background-color css
<style>
a { background-color: #D89DD3; }
a { background-color: rgb(216,157,211); }
div.DivClassName
{
background-color: #D89DD3;
}
.BgClassName
{
background-color: #D89DD3;
}
</style>
border-color css
<style>
span { border-color: #D89DD3; }
span { border-color: rgb(216,157,211); }
td.TdClassName
{
border-color: #D89DD3;
}
.TagClassName
{
border-color: #D89DD3;
}
</style>