Shades of Plum #D890E6
Tints of Plum #D890E6
RGB
CMYK
RGB Variations
Color information
#D890E6 (or 0xD890E6) is known color: Plum. HEX triplet: D8, 90 and E6. RGB value is (216,144,230). Sum of RGB (Red+Green+Blue) = 216+144+230=590 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.61% from 590); Green value is 144 (56.64% from 255 or 24.41% from 590); Blue value is 230 (90.23% from 255 or 38.98% from 590); Max value from RGB is 230 - color contains mainly: blue. Hex color #D890E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D890E6 is #276F19. Grayscale: #AFAFAF. Windows color (decimal): -2584346 or 15110360. OLE color: 15110360.
HSL color Cylindrical-coordinate representation of color #D890E6: hue angle of 290.23º degrees, saturation: 0.63, 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 #D890E6 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 144 | 230 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.10 |
| HSL | 290.23º | 0.63% | 0.73% | - |
| HSV(B) | 290.23º | 0.37% | 0.9% | - |
| XYZ | 52.58 | 40.26 | 79.86 | - |
| YUV | 175.33 | 158.85 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 144 | 230 | 0.06 | 0.37 | 0 | 0.10 | 290.23 | 0.63 | 0.73 |
| Hex | D8 | 90 | E6 | 6 | 25 | 0 | A | 122 | 3F | 49 |
| Octal | 330 | 220 | 346 | 6 | 45 | 0 | 12 | 442 | 77 | 111 |
| Binary | 11011000 | 10010000 | 11100110 | 110 | 100101 | 0 | 1010 | 100100010 | 111111 | 1001001 |
Color Harmonies of #D890E6
Complementary color
Monochromatic Colors of #D890E6
Black with #D890E6
Text Example
Text Example
White with #D890E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D890E6; }
p { color: rgb(216,144,230); }
H1.HeaderClassName
{
color: #D890E6;
}
.AnyTagClassName
{
color: #D890E6;
}
</style>
background-color css
<style>
a { background-color: #D890E6; }
a { background-color: rgb(216,144,230); }
div.DivClassName
{
background-color: #D890E6;
}
.BgClassName
{
background-color: #D890E6;
}
</style>
border-color css
<style>
span { border-color: #D890E6; }
span { border-color: rgb(216,144,230); }
td.TdClassName
{
border-color: #D890E6;
}
.TagClassName
{
border-color: #D890E6;
}
</style>