Shades of Plum #D58EE4
Tints of Plum #D58EE4
RGB
CMYK
RGB Variations
Color information
#D58EE4 (or 0xD58EE4) is known color: Plum. HEX triplet: D5, 8E and E4. RGB value is (213,142,228). Sum of RGB (Red+Green+Blue) = 213+142+228=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 142 (55.86% from 255 or 24.36% from 583); Blue value is 228 (89.45% from 255 or 39.11% from 583); Max value from RGB is 228 - color contains mainly: blue. Hex color #D58EE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58EE4 is #2A711B. Grayscale: #ACACAC. Windows color (decimal): -2781468 or 14978773. OLE color: 14978773.
HSL color Cylindrical-coordinate representation of color #D58EE4: hue angle of 289.53º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D58EE4 is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 142 | 228 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.11 |
| HSL | 289.53º | 0.61% | 0.73% | - |
| HSV(B) | 289.53º | 0.38% | 0.89% | - |
| XYZ | 51.12 | 39.09 | 78.25 | - |
| YUV | 173.03 | 159.02 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 142 | 228 | 0.07 | 0.38 | 0 | 0.11 | 289.53 | 0.61 | 0.73 |
| Hex | D5 | 8E | E4 | 7 | 26 | 0 | B | 122 | 3D | 49 |
| Octal | 325 | 216 | 344 | 7 | 46 | 0 | 13 | 442 | 75 | 111 |
| Binary | 11010101 | 10001110 | 11100100 | 111 | 100110 | 0 | 1011 | 100100010 | 111101 | 1001001 |
Color Harmonies of #D58EE4
Complementary color
Monochromatic Colors of #D58EE4
Black with #D58EE4
Text Example
Text Example
White with #D58EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58EE4; }
p { color: rgb(213,142,228); }
H1.HeaderClassName
{
color: #D58EE4;
}
.AnyTagClassName
{
color: #D58EE4;
}
</style>
background-color css
<style>
a { background-color: #D58EE4; }
a { background-color: rgb(213,142,228); }
div.DivClassName
{
background-color: #D58EE4;
}
.BgClassName
{
background-color: #D58EE4;
}
</style>
border-color css
<style>
span { border-color: #D58EE4; }
span { border-color: rgb(213,142,228); }
td.TdClassName
{
border-color: #D58EE4;
}
.TagClassName
{
border-color: #D58EE4;
}
</style>