Shades of Plum #D587DF
Tints of Plum #D587DF
RGB
CMYK
RGB Variations
Color information
#D587DF (or 0xD587DF) is known color: Plum. HEX triplet: D5, 87 and DF. RGB value is (213,135,223). Sum of RGB (Red+Green+Blue) = 213+135+223=571 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.30% from 571); Green value is 135 (53.12% from 255 or 23.64% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #D587DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D587DF is #2A7820. Grayscale: #A8A8A8. Windows color (decimal): -2783265 or 14649301. OLE color: 14649301.
HSL color Cylindrical-coordinate representation of color #D587DF: hue angle of 293.18º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D587DF is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 135 | 223 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.13 |
| HSL | 293.18º | 0.58% | 0.7% | - |
| HSV(B) | 293.18º | 0.39% | 0.87% | - |
| XYZ | 49.42 | 36.8 | 74.31 | - |
| YUV | 168.35 | 158.84 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 135 | 223 | 0.04 | 0.39 | 0 | 0.13 | 293.18 | 0.58 | 0.7 |
| Hex | D5 | 87 | DF | 4 | 27 | 0 | D | 125 | 3A | 46 |
| Octal | 325 | 207 | 337 | 4 | 47 | 0 | 15 | 445 | 72 | 106 |
| Binary | 11010101 | 10000111 | 11011111 | 100 | 100111 | 0 | 1101 | 100100101 | 111010 | 1000110 |
Color Harmonies of #D587DF
Complementary color
Monochromatic Colors of #D587DF
Black with #D587DF
Text Example
Text Example
White with #D587DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D587DF; }
p { color: rgb(213,135,223); }
H1.HeaderClassName
{
color: #D587DF;
}
.AnyTagClassName
{
color: #D587DF;
}
</style>
background-color css
<style>
a { background-color: #D587DF; }
a { background-color: rgb(213,135,223); }
div.DivClassName
{
background-color: #D587DF;
}
.BgClassName
{
background-color: #D587DF;
}
</style>
border-color css
<style>
span { border-color: #D587DF; }
span { border-color: rgb(213,135,223); }
td.TdClassName
{
border-color: #D587DF;
}
.TagClassName
{
border-color: #D587DF;
}
</style>