Shades of Plum #D590E2
Tints of Plum #D590E2
RGB
CMYK
RGB Variations
Color information
#D590E2 (or 0xD590E2) is known color: Plum. HEX triplet: D5, 90 and E2. RGB value is (213,144,226). Sum of RGB (Red+Green+Blue) = 213+144+226=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 144 (56.64% from 255 or 24.70% from 583); Blue value is 226 (88.67% from 255 or 38.77% from 583); Max value from RGB is 226 - color contains mainly: blue. Hex color #D590E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D590E2 is #2A6F1D. Grayscale: #ADADAD. Windows color (decimal): -2780958 or 14848213. OLE color: 14848213.
HSL color Cylindrical-coordinate representation of color #D590E2: hue angle of 290.49º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D590E2 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 144 | 226 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.11 |
| HSL | 290.49º | 0.59% | 0.73% | - |
| HSV(B) | 290.49º | 0.36% | 0.89% | - |
| XYZ | 51.14 | 39.58 | 76.9 | - |
| YUV | 173.98 | 157.36 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 144 | 226 | 0.06 | 0.36 | 0 | 0.11 | 290.49 | 0.59 | 0.73 |
| Hex | D5 | 90 | E2 | 6 | 24 | 0 | B | 122 | 3B | 49 |
| Octal | 325 | 220 | 342 | 6 | 44 | 0 | 13 | 442 | 73 | 111 |
| Binary | 11010101 | 10010000 | 11100010 | 110 | 100100 | 0 | 1011 | 100100010 | 111011 | 1001001 |
Color Harmonies of #D590E2
Complementary color
Monochromatic Colors of #D590E2
Black with #D590E2
Text Example
Text Example
White with #D590E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D590E2; }
p { color: rgb(213,144,226); }
H1.HeaderClassName
{
color: #D590E2;
}
.AnyTagClassName
{
color: #D590E2;
}
</style>
background-color css
<style>
a { background-color: #D590E2; }
a { background-color: rgb(213,144,226); }
div.DivClassName
{
background-color: #D590E2;
}
.BgClassName
{
background-color: #D590E2;
}
</style>
border-color css
<style>
span { border-color: #D590E2; }
span { border-color: rgb(213,144,226); }
td.TdClassName
{
border-color: #D590E2;
}
.TagClassName
{
border-color: #D590E2;
}
</style>