Shades of Plum #D890E5
Tints of Plum #D890E5
RGB
CMYK
RGB Variations
Color information
#D890E5 (or 0xD890E5) is known color: Plum. HEX triplet: D8, 90 and E5. RGB value is (216,144,229). Sum of RGB (Red+Green+Blue) = 216+144+229=589 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.67% from 589); Green value is 144 (56.64% from 255 or 24.45% from 589); Blue value is 229 (89.84% from 255 or 38.88% from 589); Max value from RGB is 229 - color contains mainly: blue. Hex color #D890E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D890E5 is #276F1A. Grayscale: #AEAEAE. Windows color (decimal): -2584347 or 15044824. OLE color: 15044824.
HSL color Cylindrical-coordinate representation of color #D890E5: hue angle of 290.82º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D890E5 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 144 | 229 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.10 |
| HSL | 290.82º | 0.62% | 0.73% | - |
| HSV(B) | 290.82º | 0.37% | 0.9% | - |
| XYZ | 52.44 | 40.2 | 79.12 | - |
| YUV | 175.22 | 158.35 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 144 | 229 | 0.06 | 0.37 | 0 | 0.10 | 290.82 | 0.62 | 0.73 |
| Hex | D8 | 90 | E5 | 6 | 25 | 0 | A | 123 | 3E | 49 |
| Octal | 330 | 220 | 345 | 6 | 45 | 0 | 12 | 443 | 76 | 111 |
| Binary | 11011000 | 10010000 | 11100101 | 110 | 100101 | 0 | 1010 | 100100011 | 111110 | 1001001 |
Color Harmonies of #D890E5
Complementary color
Monochromatic Colors of #D890E5
Black with #D890E5
Text Example
Text Example
White with #D890E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D890E5; }
p { color: rgb(216,144,229); }
H1.HeaderClassName
{
color: #D890E5;
}
.AnyTagClassName
{
color: #D890E5;
}
</style>
background-color css
<style>
a { background-color: #D890E5; }
a { background-color: rgb(216,144,229); }
div.DivClassName
{
background-color: #D890E5;
}
.BgClassName
{
background-color: #D890E5;
}
</style>
border-color css
<style>
span { border-color: #D890E5; }
span { border-color: rgb(216,144,229); }
td.TdClassName
{
border-color: #D890E5;
}
.TagClassName
{
border-color: #D890E5;
}
</style>