Shades of Plum #D58EDF
Tints of Plum #D58EDF
RGB
CMYK
RGB Variations
Color information
#D58EDF (or 0xD58EDF) is known color: Plum. HEX triplet: D5, 8E and DF. RGB value is (213,142,223). Sum of RGB (Red+Green+Blue) = 213+142+223=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 142 (55.86% from 255 or 24.57% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 223 - color contains mainly: blue. Hex color #D58EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58EDF is #2A7120. Grayscale: #ACACAC. Windows color (decimal): -2781473 or 14651093. OLE color: 14651093.
HSL color Cylindrical-coordinate representation of color #D58EDF: hue angle of 292.59º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D58EDF is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 142 | 223 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.13 |
| HSL | 292.59º | 0.56% | 0.72% | - |
| HSV(B) | 292.59º | 0.36% | 0.87% | - |
| XYZ | 50.43 | 38.82 | 74.65 | - |
| YUV | 172.46 | 156.52 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 142 | 223 | 0.04 | 0.36 | 0 | 0.13 | 292.59 | 0.56 | 0.72 |
| Hex | D5 | 8E | DF | 4 | 24 | 0 | D | 125 | 38 | 48 |
| Octal | 325 | 216 | 337 | 4 | 44 | 0 | 15 | 445 | 70 | 110 |
| Binary | 11010101 | 10001110 | 11011111 | 100 | 100100 | 0 | 1101 | 100100101 | 111000 | 1001000 |
Color Harmonies of #D58EDF
Complementary color
Monochromatic Colors of #D58EDF
Black with #D58EDF
Text Example
Text Example
White with #D58EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58EDF; }
p { color: rgb(213,142,223); }
H1.HeaderClassName
{
color: #D58EDF;
}
.AnyTagClassName
{
color: #D58EDF;
}
</style>
background-color css
<style>
a { background-color: #D58EDF; }
a { background-color: rgb(213,142,223); }
div.DivClassName
{
background-color: #D58EDF;
}
.BgClassName
{
background-color: #D58EDF;
}
</style>
border-color css
<style>
span { border-color: #D58EDF; }
span { border-color: rgb(213,142,223); }
td.TdClassName
{
border-color: #D58EDF;
}
.TagClassName
{
border-color: #D58EDF;
}
</style>