Shades of Plum #D590E3
Tints of Plum #D590E3
RGB
CMYK
RGB Variations
Color information
#D590E3 (or 0xD590E3) is known color: Plum. HEX triplet: D5, 90 and E3. RGB value is (213,144,227). Sum of RGB (Red+Green+Blue) = 213+144+227=584 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.47% from 584); Green value is 144 (56.64% from 255 or 24.66% from 584); Blue value is 227 (89.06% from 255 or 38.87% from 584); Max value from RGB is 227 - color contains mainly: blue. Hex color #D590E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D590E3 is #2A6F1C. Grayscale: #ADADAD. Windows color (decimal): -2780957 or 14913749. OLE color: 14913749.
HSL color Cylindrical-coordinate representation of color #D590E3: hue angle of 289.88º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D590E3 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 144 | 227 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.11 |
| HSL | 289.88º | 0.6% | 0.73% | - |
| HSV(B) | 289.88º | 0.37% | 0.89% | - |
| XYZ | 51.28 | 39.64 | 77.62 | - |
| YUV | 174.09 | 157.86 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 144 | 227 | 0.06 | 0.37 | 0 | 0.11 | 289.88 | 0.6 | 0.73 |
| Hex | D5 | 90 | E3 | 6 | 25 | 0 | B | 122 | 3C | 49 |
| Octal | 325 | 220 | 343 | 6 | 45 | 0 | 13 | 442 | 74 | 111 |
| Binary | 11010101 | 10010000 | 11100011 | 110 | 100101 | 0 | 1011 | 100100010 | 111100 | 1001001 |
Color Harmonies of #D590E3
Complementary color
Monochromatic Colors of #D590E3
Black with #D590E3
Text Example
Text Example
White with #D590E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D590E3; }
p { color: rgb(213,144,227); }
H1.HeaderClassName
{
color: #D590E3;
}
.AnyTagClassName
{
color: #D590E3;
}
</style>
background-color css
<style>
a { background-color: #D590E3; }
a { background-color: rgb(213,144,227); }
div.DivClassName
{
background-color: #D590E3;
}
.BgClassName
{
background-color: #D590E3;
}
</style>
border-color css
<style>
span { border-color: #D590E3; }
span { border-color: rgb(213,144,227); }
td.TdClassName
{
border-color: #D590E3;
}
.TagClassName
{
border-color: #D590E3;
}
</style>