Shades of Plum #DB90DF
Tints of Plum #DB90DF
RGB
CMYK
RGB Variations
Color information
#DB90DF (or 0xDB90DF) is known color: Plum. HEX triplet: DB, 90 and DF. RGB value is (219,144,223). Sum of RGB (Red+Green+Blue) = 219+144+223=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 144 (56.64% from 255 or 24.57% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB90DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB90DF is #246F20. Grayscale: #AFAFAF. Windows color (decimal): -2387745 or 14651611. OLE color: 14651611.
HSL color Cylindrical-coordinate representation of color #DB90DF: hue angle of 296.96º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB90DF is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 144 | 223 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.13 |
| HSL | 296.96º | 0.55% | 0.72% | - |
| HSV(B) | 296.96º | 0.35% | 0.87% | - |
| XYZ | 52.51 | 40.33 | 74.83 | - |
| YUV | 175.43 | 154.85 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 223 | 0.02 | 0.35 | 0 | 0.13 | 296.96 | 0.55 | 0.72 |
| Hex | DB | 90 | DF | 2 | 23 | 0 | D | 129 | 37 | 48 |
| Octal | 333 | 220 | 337 | 2 | 43 | 0 | 15 | 451 | 67 | 110 |
| Binary | 11011011 | 10010000 | 11011111 | 10 | 100011 | 0 | 1101 | 100101001 | 110111 | 1001000 |
Color Harmonies of #DB90DF
Complementary color
Monochromatic Colors of #DB90DF
Black with #DB90DF
Text Example
Text Example
White with #DB90DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB90DF; }
p { color: rgb(219,144,223); }
H1.HeaderClassName
{
color: #DB90DF;
}
.AnyTagClassName
{
color: #DB90DF;
}
</style>
background-color css
<style>
a { background-color: #DB90DF; }
a { background-color: rgb(219,144,223); }
div.DivClassName
{
background-color: #DB90DF;
}
.BgClassName
{
background-color: #DB90DF;
}
</style>
border-color css
<style>
span { border-color: #DB90DF; }
span { border-color: rgb(219,144,223); }
td.TdClassName
{
border-color: #DB90DF;
}
.TagClassName
{
border-color: #DB90DF;
}
</style>