Shades of Plum #D890DA
Tints of Plum #D890DA
RGB
CMYK
RGB Variations
Color information
#D890DA (or 0xD890DA) is known color: Plum. HEX triplet: D8, 90 and DA. RGB value is (216,144,218). Sum of RGB (Red+Green+Blue) = 216+144+218=578 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.37% from 578); Green value is 144 (56.64% from 255 or 24.91% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 218 - color contains mainly: blue. Hex color #D890DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D890DA is #276F25. Grayscale: #ADADAD. Windows color (decimal): -2584358 or 14323928. OLE color: 14323928.
HSL color Cylindrical-coordinate representation of color #D890DA: hue angle of 298.38º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D890DA is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 144 | 218 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.15 |
| HSL | 298.38º | 0.5% | 0.71% | - |
| HSV(B) | 298.38º | 0.34% | 0.85% | - |
| XYZ | 50.95 | 39.61 | 71.29 | - |
| YUV | 173.96 | 152.85 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 144 | 218 | 0.01 | 0.34 | 0 | 0.15 | 298.38 | 0.5 | 0.71 |
| Hex | D8 | 90 | DA | 1 | 22 | 0 | F | 12A | 32 | 47 |
| Octal | 330 | 220 | 332 | 1 | 42 | 0 | 17 | 452 | 62 | 107 |
| Binary | 11011000 | 10010000 | 11011010 | 1 | 100010 | 0 | 1111 | 100101010 | 110010 | 1000111 |
Color Harmonies of #D890DA
Complementary color
Monochromatic Colors of #D890DA
Black with #D890DA
Text Example
Text Example
White with #D890DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D890DA; }
p { color: rgb(216,144,218); }
H1.HeaderClassName
{
color: #D890DA;
}
.AnyTagClassName
{
color: #D890DA;
}
</style>
background-color css
<style>
a { background-color: #D890DA; }
a { background-color: rgb(216,144,218); }
div.DivClassName
{
background-color: #D890DA;
}
.BgClassName
{
background-color: #D890DA;
}
</style>
border-color css
<style>
span { border-color: #D890DA; }
span { border-color: rgb(216,144,218); }
td.TdClassName
{
border-color: #D890DA;
}
.TagClassName
{
border-color: #D890DA;
}
</style>