Shades of Plum #D890DB
Tints of Plum #D890DB
RGB
CMYK
RGB Variations
Color information
#D890DB (or 0xD890DB) is known color: Plum. HEX triplet: D8, 90 and DB. RGB value is (216,144,219). Sum of RGB (Red+Green+Blue) = 216+144+219=579 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.31% from 579); Green value is 144 (56.64% from 255 or 24.87% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 219 - color contains mainly: blue. Hex color #D890DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D890DB is #276F24. Grayscale: #ADADAD. Windows color (decimal): -2584357 or 14389464. OLE color: 14389464.
HSL color Cylindrical-coordinate representation of color #D890DB: hue angle of 297.6º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D890DB is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 144 | 219 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.14 |
| HSL | 297.6º | 0.51% | 0.71% | - |
| HSV(B) | 297.6º | 0.34% | 0.86% | - |
| XYZ | 51.08 | 39.66 | 71.98 | - |
| YUV | 174.08 | 153.35 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 144 | 219 | 0.01 | 0.34 | 0 | 0.14 | 297.6 | 0.51 | 0.71 |
| Hex | D8 | 90 | DB | 1 | 22 | 0 | E | 12A | 33 | 47 |
| Octal | 330 | 220 | 333 | 1 | 42 | 0 | 16 | 452 | 63 | 107 |
| Binary | 11011000 | 10010000 | 11011011 | 1 | 100010 | 0 | 1110 | 100101010 | 110011 | 1000111 |
Color Harmonies of #D890DB
Complementary color
Monochromatic Colors of #D890DB
Black with #D890DB
Text Example
Text Example
White with #D890DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D890DB; }
p { color: rgb(216,144,219); }
H1.HeaderClassName
{
color: #D890DB;
}
.AnyTagClassName
{
color: #D890DB;
}
</style>
background-color css
<style>
a { background-color: #D890DB; }
a { background-color: rgb(216,144,219); }
div.DivClassName
{
background-color: #D890DB;
}
.BgClassName
{
background-color: #D890DB;
}
</style>
border-color css
<style>
span { border-color: #D890DB; }
span { border-color: rgb(216,144,219); }
td.TdClassName
{
border-color: #D890DB;
}
.TagClassName
{
border-color: #D890DB;
}
</style>