Shades of Plum #D590D5
Tints of Plum #D590D5
RGB
CMYK
RGB Variations
Color information
#D590D5 (or 0xD590D5) is known color: Plum. HEX triplet: D5, 90 and D5. RGB value is (213,144,213). Sum of RGB (Red+Green+Blue) = 213+144+213=570 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.37% from 570); Green value is 144 (56.64% from 255 or 25.26% from 570); Blue value is 213 (83.59% from 255 or 37.37% from 570); Max value from RGB is 213 - color contains mainly: red, blue. Hex color #D590D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D590D5 is #2A6F2A. Grayscale: #ACACAC. Windows color (decimal): -2780971 or 13996245. OLE color: 13996245.
HSL color Cylindrical-coordinate representation of color #D590D5: hue angle of 300º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D590D5 is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 144 | 213 | - |
| CMYK | 0 | 0.32 | 0 | 0.16 |
| HSL | 300º | 0.45% | 0.7% | - |
| HSV(B) | 300º | 0.32% | 0.84% | - |
| XYZ | 49.42 | 38.9 | 67.85 | - |
| YUV | 172.5 | 150.86 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 144 | 213 | 0 | 0.32 | 0 | 0.16 | 300 | 0.45 | 0.7 |
| Hex | D5 | 90 | D5 | 0 | 20 | 0 | 10 | 12C | 2D | 46 |
| Octal | 325 | 220 | 325 | 0 | 40 | 0 | 20 | 454 | 55 | 106 |
| Binary | 11010101 | 10010000 | 11010101 | 0 | 100000 | 0 | 10000 | 100101100 | 101101 | 1000110 |
Color Harmonies of #D590D5
Complementary color
Monochromatic Colors of #D590D5
Black with #D590D5
Text Example
Text Example
White with #D590D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D590D5; }
p { color: rgb(213,144,213); }
H1.HeaderClassName
{
color: #D590D5;
}
.AnyTagClassName
{
color: #D590D5;
}
</style>
background-color css
<style>
a { background-color: #D590D5; }
a { background-color: rgb(213,144,213); }
div.DivClassName
{
background-color: #D590D5;
}
.BgClassName
{
background-color: #D590D5;
}
</style>
border-color css
<style>
span { border-color: #D590D5; }
span { border-color: rgb(213,144,213); }
td.TdClassName
{
border-color: #D590D5;
}
.TagClassName
{
border-color: #D590D5;
}
</style>