Shades of Plum #DB90CE
Tints of Plum #DB90CE
RGB
CMYK
RGB Variations
Color information
#DB90CE (or 0xDB90CE) is known color: Plum. HEX triplet: DB, 90 and CE. RGB value is (219,144,206). Sum of RGB (Red+Green+Blue) = 219+144+206=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 144 (56.64% from 255 or 25.31% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 219 - color contains mainly: red. Hex color #DB90CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB90CE is #246F31. Grayscale: #ADADAD. Windows color (decimal): -2387762 or 13537499. OLE color: 13537499.
HSL color Cylindrical-coordinate representation of color #DB90CE: hue angle of 310.4º 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 #DB90CE is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 206 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.14 |
| HSL | 310.4º | 0.51% | 0.71% | - |
| HSV(B) | 310.4º | 0.34% | 0.86% | - |
| XYZ | 50.33 | 39.46 | 63.36 | - |
| YUV | 173.49 | 146.35 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 206 | 0 | 0.34 | 0.06 | 0.14 | 310.4 | 0.51 | 0.71 |
| Hex | DB | 90 | CE | 0 | 22 | 6 | E | 136 | 33 | 47 |
| Octal | 333 | 220 | 316 | 0 | 42 | 6 | 16 | 466 | 63 | 107 |
| Binary | 11011011 | 10010000 | 11001110 | 0 | 100010 | 110 | 1110 | 100110110 | 110011 | 1000111 |
Color Harmonies of #DB90CE
Complementary color
Monochromatic Colors of #DB90CE
Black with #DB90CE
Text Example
Text Example
White with #DB90CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB90CE; }
p { color: rgb(219,144,206); }
H1.HeaderClassName
{
color: #DB90CE;
}
.AnyTagClassName
{
color: #DB90CE;
}
</style>
background-color css
<style>
a { background-color: #DB90CE; }
a { background-color: rgb(219,144,206); }
div.DivClassName
{
background-color: #DB90CE;
}
.BgClassName
{
background-color: #DB90CE;
}
</style>
border-color css
<style>
span { border-color: #DB90CE; }
span { border-color: rgb(219,144,206); }
td.TdClassName
{
border-color: #DB90CE;
}
.TagClassName
{
border-color: #DB90CE;
}
</style>