Shades of Plum #D589D9
Tints of Plum #D589D9
RGB
CMYK
RGB Variations
Color information
#D589D9 (or 0xD589D9) is known color: Plum. HEX triplet: D5, 89 and D9. RGB value is (213,137,217). Sum of RGB (Red+Green+Blue) = 213+137+217=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 137 (53.91% from 255 or 24.16% from 567); Blue value is 217 (85.16% from 255 or 38.27% from 567); Max value from RGB is 217 - color contains mainly: blue. Hex color #D589D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D589D9 is #2A7626. Grayscale: #A8A8A8. Windows color (decimal): -2782759 or 14256597. OLE color: 14256597.
HSL color Cylindrical-coordinate representation of color #D589D9: hue angle of 297º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D589D9 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 137 | 217 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.15 |
| HSL | 297º | 0.51% | 0.69% | - |
| HSV(B) | 297º | 0.37% | 0.85% | - |
| XYZ | 48.91 | 37.05 | 70.22 | - |
| YUV | 168.84 | 155.18 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 137 | 217 | 0.02 | 0.37 | 0 | 0.15 | 297 | 0.51 | 0.69 |
| Hex | D5 | 89 | D9 | 2 | 25 | 0 | F | 129 | 33 | 45 |
| Octal | 325 | 211 | 331 | 2 | 45 | 0 | 17 | 451 | 63 | 105 |
| Binary | 11010101 | 10001001 | 11011001 | 10 | 100101 | 0 | 1111 | 100101001 | 110011 | 1000101 |
Color Harmonies of #D589D9
Complementary color
Monochromatic Colors of #D589D9
Black with #D589D9
Text Example
Text Example
White with #D589D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D589D9; }
p { color: rgb(213,137,217); }
H1.HeaderClassName
{
color: #D589D9;
}
.AnyTagClassName
{
color: #D589D9;
}
</style>
background-color css
<style>
a { background-color: #D589D9; }
a { background-color: rgb(213,137,217); }
div.DivClassName
{
background-color: #D589D9;
}
.BgClassName
{
background-color: #D589D9;
}
</style>
border-color css
<style>
span { border-color: #D589D9; }
span { border-color: rgb(213,137,217); }
td.TdClassName
{
border-color: #D589D9;
}
.TagClassName
{
border-color: #D589D9;
}
</style>