Shades of Plum #D58ED7
Tints of Plum #D58ED7
RGB
CMYK
RGB Variations
Color information
#D58ED7 (or 0xD58ED7) is known color: Plum. HEX triplet: D5, 8E and D7. RGB value is (213,142,215). Sum of RGB (Red+Green+Blue) = 213+142+215=570 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.37% from 570); Green value is 142 (55.86% from 255 or 24.91% from 570); Blue value is 215 (84.38% from 255 or 37.72% from 570); Max value from RGB is 215 - color contains mainly: blue. Hex color #D58ED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58ED7 is #2A7128. Grayscale: #ABABAB. Windows color (decimal): -2781481 or 14126805. OLE color: 14126805.
HSL color Cylindrical-coordinate representation of color #D58ED7: hue angle of 298.36º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D58ED7 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 142 | 215 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.16 |
| HSL | 298.36º | 0.48% | 0.7% | - |
| HSV(B) | 298.36º | 0.34% | 0.84% | - |
| XYZ | 49.38 | 38.4 | 69.1 | - |
| YUV | 171.55 | 152.52 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 142 | 215 | 0.01 | 0.34 | 0 | 0.16 | 298.36 | 0.48 | 0.7 |
| Hex | D5 | 8E | D7 | 1 | 22 | 0 | 10 | 12A | 30 | 46 |
| Octal | 325 | 216 | 327 | 1 | 42 | 0 | 20 | 452 | 60 | 106 |
| Binary | 11010101 | 10001110 | 11010111 | 1 | 100010 | 0 | 10000 | 100101010 | 110000 | 1000110 |
Color Harmonies of #D58ED7
Complementary color
Monochromatic Colors of #D58ED7
Black with #D58ED7
Text Example
Text Example
White with #D58ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58ED7; }
p { color: rgb(213,142,215); }
H1.HeaderClassName
{
color: #D58ED7;
}
.AnyTagClassName
{
color: #D58ED7;
}
</style>
background-color css
<style>
a { background-color: #D58ED7; }
a { background-color: rgb(213,142,215); }
div.DivClassName
{
background-color: #D58ED7;
}
.BgClassName
{
background-color: #D58ED7;
}
</style>
border-color css
<style>
span { border-color: #D58ED7; }
span { border-color: rgb(213,142,215); }
td.TdClassName
{
border-color: #D58ED7;
}
.TagClassName
{
border-color: #D58ED7;
}
</style>