Shades of Plum #D58AD9
Tints of Plum #D58AD9
RGB
CMYK
RGB Variations
Color information
#D58AD9 (or 0xD58AD9) is known color: Plum. HEX triplet: D5, 8A and D9. RGB value is (213,138,217). Sum of RGB (Red+Green+Blue) = 213+138+217=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 138 (54.30% from 255 or 24.30% from 568); Blue value is 217 (85.16% from 255 or 38.20% from 568); Max value from RGB is 217 - color contains mainly: blue. Hex color #D58AD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58AD9 is #2A7526. Grayscale: #A9A9A9. Windows color (decimal): -2782503 or 14256853. OLE color: 14256853.
HSL color Cylindrical-coordinate representation of color #D58AD9: hue angle of 296.96º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D58AD9 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 138 | 217 | - |
| CMYK | 0.02 | 0.36 | 0 | 0.15 |
| HSL | 296.96º | 0.51% | 0.7% | - |
| HSV(B) | 296.96º | 0.36% | 0.85% | - |
| XYZ | 49.05 | 37.33 | 70.27 | - |
| YUV | 169.43 | 154.85 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 138 | 217 | 0.02 | 0.36 | 0 | 0.15 | 296.96 | 0.51 | 0.7 |
| Hex | D5 | 8A | D9 | 2 | 24 | 0 | F | 129 | 33 | 46 |
| Octal | 325 | 212 | 331 | 2 | 44 | 0 | 17 | 451 | 63 | 106 |
| Binary | 11010101 | 10001010 | 11011001 | 10 | 100100 | 0 | 1111 | 100101001 | 110011 | 1000110 |
Color Harmonies of #D58AD9
Complementary color
Monochromatic Colors of #D58AD9
Black with #D58AD9
Text Example
Text Example
White with #D58AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58AD9; }
p { color: rgb(213,138,217); }
H1.HeaderClassName
{
color: #D58AD9;
}
.AnyTagClassName
{
color: #D58AD9;
}
</style>
background-color css
<style>
a { background-color: #D58AD9; }
a { background-color: rgb(213,138,217); }
div.DivClassName
{
background-color: #D58AD9;
}
.BgClassName
{
background-color: #D58AD9;
}
</style>
border-color css
<style>
span { border-color: #D58AD9; }
span { border-color: rgb(213,138,217); }
td.TdClassName
{
border-color: #D58AD9;
}
.TagClassName
{
border-color: #D58AD9;
}
</style>