Shades of Plum #D587E3
Tints of Plum #D587E3
RGB
CMYK
RGB Variations
Color information
#D587E3 (or 0xD587E3) is known color: Plum. HEX triplet: D5, 87 and E3. RGB value is (213,135,227). Sum of RGB (Red+Green+Blue) = 213+135+227=575 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.04% from 575); Green value is 135 (53.12% from 255 or 23.48% from 575); Blue value is 227 (89.06% from 255 or 39.48% from 575); Max value from RGB is 227 - color contains mainly: blue. Hex color #D587E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D587E3 is #2A781C. Grayscale: #A8A8A8. Windows color (decimal): -2783261 or 14911445. OLE color: 14911445.
HSL color Cylindrical-coordinate representation of color #D587E3: hue angle of 290.87º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D587E3 is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 135 | 227 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.11 |
| HSL | 290.87º | 0.62% | 0.71% | - |
| HSV(B) | 290.87º | 0.41% | 0.89% | - |
| XYZ | 49.97 | 37.02 | 77.18 | - |
| YUV | 168.81 | 160.84 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 135 | 227 | 0.06 | 0.41 | 0 | 0.11 | 290.87 | 0.62 | 0.71 |
| Hex | D5 | 87 | E3 | 6 | 29 | 0 | B | 123 | 3E | 47 |
| Octal | 325 | 207 | 343 | 6 | 51 | 0 | 13 | 443 | 76 | 107 |
| Binary | 11010101 | 10000111 | 11100011 | 110 | 101001 | 0 | 1011 | 100100011 | 111110 | 1000111 |
Color Harmonies of #D587E3
Complementary color
Monochromatic Colors of #D587E3
Black with #D587E3
Text Example
Text Example
White with #D587E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D587E3; }
p { color: rgb(213,135,227); }
H1.HeaderClassName
{
color: #D587E3;
}
.AnyTagClassName
{
color: #D587E3;
}
</style>
background-color css
<style>
a { background-color: #D587E3; }
a { background-color: rgb(213,135,227); }
div.DivClassName
{
background-color: #D587E3;
}
.BgClassName
{
background-color: #D587E3;
}
</style>
border-color css
<style>
span { border-color: #D587E3; }
span { border-color: rgb(213,135,227); }
td.TdClassName
{
border-color: #D587E3;
}
.TagClassName
{
border-color: #D587E3;
}
</style>