Shades of Plum #D591E0
Tints of Plum #D591E0
RGB
CMYK
RGB Variations
Color information
#D591E0 (or 0xD591E0) is known color: Plum. HEX triplet: D5, 91 and E0. RGB value is (213,145,224). Sum of RGB (Red+Green+Blue) = 213+145+224=582 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.60% from 582); Green value is 145 (57.03% from 255 or 24.91% from 582); Blue value is 224 (87.89% from 255 or 38.49% from 582); Max value from RGB is 224 - color contains mainly: blue. Hex color #D591E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D591E0 is #2A6E1F. Grayscale: #AEAEAE. Windows color (decimal): -2780704 or 14717397. OLE color: 14717397.
HSL color Cylindrical-coordinate representation of color #D591E0: hue angle of 291.65º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D591E0 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 145 | 224 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.12 |
| HSL | 291.65º | 0.56% | 0.72% | - |
| HSV(B) | 291.65º | 0.35% | 0.88% | - |
| XYZ | 51.02 | 39.78 | 75.51 | - |
| YUV | 174.34 | 156.03 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 145 | 224 | 0.05 | 0.35 | 0 | 0.12 | 291.65 | 0.56 | 0.72 |
| Hex | D5 | 91 | E0 | 5 | 23 | 0 | C | 124 | 38 | 48 |
| Octal | 325 | 221 | 340 | 5 | 43 | 0 | 14 | 444 | 70 | 110 |
| Binary | 11010101 | 10010001 | 11100000 | 101 | 100011 | 0 | 1100 | 100100100 | 111000 | 1001000 |
Color Harmonies of #D591E0
Complementary color
Monochromatic Colors of #D591E0
Black with #D591E0
Text Example
Text Example
White with #D591E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D591E0; }
p { color: rgb(213,145,224); }
H1.HeaderClassName
{
color: #D591E0;
}
.AnyTagClassName
{
color: #D591E0;
}
</style>
background-color css
<style>
a { background-color: #D591E0; }
a { background-color: rgb(213,145,224); }
div.DivClassName
{
background-color: #D591E0;
}
.BgClassName
{
background-color: #D591E0;
}
</style>
border-color css
<style>
span { border-color: #D591E0; }
span { border-color: rgb(213,145,224); }
td.TdClassName
{
border-color: #D591E0;
}
.TagClassName
{
border-color: #D591E0;
}
</style>