Shades of Plum #D89FD3
Tints of Plum #D89FD3
RGB
CMYK
RGB Variations
Color information
#D89FD3 (or 0xD89FD3) is known color: Plum. HEX triplet: D8, 9F and D3. RGB value is (216,159,211). Sum of RGB (Red+Green+Blue) = 216+159+211=586 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.86% from 586); Green value is 159 (62.5% from 255 or 27.13% from 586); Blue value is 211 (82.81% from 255 or 36.01% from 586); Max value from RGB is 216 - color contains mainly: red. Hex color #D89FD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89FD3 is #27602C. Grayscale: #B5B5B5. Windows color (decimal): -2580525 or 13869016. OLE color: 13869016.
HSL color Cylindrical-coordinate representation of color #D89FD3: hue angle of 305.26º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D89FD3 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 159 | 211 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.15 |
| HSL | 305.26º | 0.42% | 0.74% | - |
| HSV(B) | 305.26º | 0.26% | 0.85% | - |
| XYZ | 52.47 | 44.1 | 67.37 | - |
| YUV | 181.97 | 144.38 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 159 | 211 | 0 | 0.26 | 0.02 | 0.15 | 305.26 | 0.42 | 0.74 |
| Hex | D8 | 9F | D3 | 0 | 1A | 2 | F | 131 | 2A | 4A |
| Octal | 330 | 237 | 323 | 0 | 32 | 2 | 17 | 461 | 52 | 112 |
| Binary | 11011000 | 10011111 | 11010011 | 0 | 11010 | 10 | 1111 | 100110001 | 101010 | 1001010 |
Color Harmonies of #D89FD3
Complementary color
Monochromatic Colors of #D89FD3
Black with #D89FD3
Text Example
Text Example
White with #D89FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89FD3; }
p { color: rgb(216,159,211); }
H1.HeaderClassName
{
color: #D89FD3;
}
.AnyTagClassName
{
color: #D89FD3;
}
</style>
background-color css
<style>
a { background-color: #D89FD3; }
a { background-color: rgb(216,159,211); }
div.DivClassName
{
background-color: #D89FD3;
}
.BgClassName
{
background-color: #D89FD3;
}
</style>
border-color css
<style>
span { border-color: #D89FD3; }
span { border-color: rgb(216,159,211); }
td.TdClassName
{
border-color: #D89FD3;
}
.TagClassName
{
border-color: #D89FD3;
}
</style>