Shades of Plum #D58EE0
Tints of Plum #D58EE0
RGB
CMYK
RGB Variations
Color information
#D58EE0 (or 0xD58EE0) is known color: Plum. HEX triplet: D5, 8E and E0. RGB value is (213,142,224). Sum of RGB (Red+Green+Blue) = 213+142+224=579 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.79% from 579); Green value is 142 (55.86% from 255 or 24.53% from 579); Blue value is 224 (87.89% from 255 or 38.69% from 579); Max value from RGB is 224 - color contains mainly: blue. Hex color #D58EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58EE0 is #2A711F. Grayscale: #ACACAC. Windows color (decimal): -2781472 or 14716629. OLE color: 14716629.
HSL color Cylindrical-coordinate representation of color #D58EE0: hue angle of 291.95º 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 #D58EE0 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 142 | 224 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.12 |
| HSL | 291.95º | 0.57% | 0.72% | - |
| HSV(B) | 291.95º | 0.37% | 0.88% | - |
| XYZ | 50.57 | 38.87 | 75.36 | - |
| YUV | 172.58 | 157.02 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 142 | 224 | 0.05 | 0.37 | 0 | 0.12 | 291.95 | 0.57 | 0.72 |
| Hex | D5 | 8E | E0 | 5 | 25 | 0 | C | 124 | 39 | 48 |
| Octal | 325 | 216 | 340 | 5 | 45 | 0 | 14 | 444 | 71 | 110 |
| Binary | 11010101 | 10001110 | 11100000 | 101 | 100101 | 0 | 1100 | 100100100 | 111001 | 1001000 |
Color Harmonies of #D58EE0
Complementary color
Monochromatic Colors of #D58EE0
Black with #D58EE0
Text Example
Text Example
White with #D58EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58EE0; }
p { color: rgb(213,142,224); }
H1.HeaderClassName
{
color: #D58EE0;
}
.AnyTagClassName
{
color: #D58EE0;
}
</style>
background-color css
<style>
a { background-color: #D58EE0; }
a { background-color: rgb(213,142,224); }
div.DivClassName
{
background-color: #D58EE0;
}
.BgClassName
{
background-color: #D58EE0;
}
</style>
border-color css
<style>
span { border-color: #D58EE0; }
span { border-color: rgb(213,142,224); }
td.TdClassName
{
border-color: #D58EE0;
}
.TagClassName
{
border-color: #D58EE0;
}
</style>