Shades of Plum #D58AE1
Tints of Plum #D58AE1
RGB
CMYK
RGB Variations
Color information
#D58AE1 (or 0xD58AE1) is known color: Plum. HEX triplet: D5, 8A and E1. RGB value is (213,138,225). Sum of RGB (Red+Green+Blue) = 213+138+225=576 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.98% from 576); Green value is 138 (54.30% from 255 or 23.96% from 576); Blue value is 225 (88.28% from 255 or 39.06% from 576); Max value from RGB is 225 - color contains mainly: blue. Hex color #D58AE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58AE1 is #2A751E. Grayscale: #AAAAAA. Windows color (decimal): -2782495 or 14781141. OLE color: 14781141.
HSL color Cylindrical-coordinate representation of color #D58AE1: hue angle of 291.72º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D58AE1 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 138 | 225 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.12 |
| HSL | 291.72º | 0.59% | 0.71% | - |
| HSV(B) | 291.72º | 0.39% | 0.88% | - |
| XYZ | 50.12 | 37.76 | 75.88 | - |
| YUV | 170.34 | 158.85 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 138 | 225 | 0.05 | 0.39 | 0 | 0.12 | 291.72 | 0.59 | 0.71 |
| Hex | D5 | 8A | E1 | 5 | 27 | 0 | C | 124 | 3B | 47 |
| Octal | 325 | 212 | 341 | 5 | 47 | 0 | 14 | 444 | 73 | 107 |
| Binary | 11010101 | 10001010 | 11100001 | 101 | 100111 | 0 | 1100 | 100100100 | 111011 | 1000111 |
Color Harmonies of #D58AE1
Complementary color
Monochromatic Colors of #D58AE1
Black with #D58AE1
Text Example
Text Example
White with #D58AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58AE1; }
p { color: rgb(213,138,225); }
H1.HeaderClassName
{
color: #D58AE1;
}
.AnyTagClassName
{
color: #D58AE1;
}
</style>
background-color css
<style>
a { background-color: #D58AE1; }
a { background-color: rgb(213,138,225); }
div.DivClassName
{
background-color: #D58AE1;
}
.BgClassName
{
background-color: #D58AE1;
}
</style>
border-color css
<style>
span { border-color: #D58AE1; }
span { border-color: rgb(213,138,225); }
td.TdClassName
{
border-color: #D58AE1;
}
.TagClassName
{
border-color: #D58AE1;
}
</style>