Shades of Plum #D58DE0
Tints of Plum #D58DE0
RGB
CMYK
RGB Variations
Color information
#D58DE0 (or 0xD58DE0) is known color: Plum. HEX triplet: D5, 8D and E0. RGB value is (213,141,224). Sum of RGB (Red+Green+Blue) = 213+141+224=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 141 (55.47% from 255 or 24.39% from 578); Blue value is 224 (87.89% from 255 or 38.75% from 578); Max value from RGB is 224 - color contains mainly: blue. Hex color #D58DE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58DE0 is #2A721F. Grayscale: #ABABAB. Windows color (decimal): -2781728 or 14716373. OLE color: 14716373.
HSL color Cylindrical-coordinate representation of color #D58DE0: hue angle of 292.05º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D58DE0 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 141 | 224 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.12 |
| HSL | 292.05º | 0.57% | 0.72% | - |
| HSV(B) | 292.05º | 0.37% | 0.88% | - |
| XYZ | 50.42 | 38.58 | 75.31 | - |
| YUV | 171.99 | 157.35 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 141 | 224 | 0.05 | 0.37 | 0 | 0.12 | 292.05 | 0.57 | 0.72 |
| Hex | D5 | 8D | E0 | 5 | 25 | 0 | C | 124 | 39 | 48 |
| Octal | 325 | 215 | 340 | 5 | 45 | 0 | 14 | 444 | 71 | 110 |
| Binary | 11010101 | 10001101 | 11100000 | 101 | 100101 | 0 | 1100 | 100100100 | 111001 | 1001000 |
Color Harmonies of #D58DE0
Complementary color
Monochromatic Colors of #D58DE0
Black with #D58DE0
Text Example
Text Example
White with #D58DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58DE0; }
p { color: rgb(213,141,224); }
H1.HeaderClassName
{
color: #D58DE0;
}
.AnyTagClassName
{
color: #D58DE0;
}
</style>
background-color css
<style>
a { background-color: #D58DE0; }
a { background-color: rgb(213,141,224); }
div.DivClassName
{
background-color: #D58DE0;
}
.BgClassName
{
background-color: #D58DE0;
}
</style>
border-color css
<style>
span { border-color: #D58DE0; }
span { border-color: rgb(213,141,224); }
td.TdClassName
{
border-color: #D58DE0;
}
.TagClassName
{
border-color: #D58DE0;
}
</style>