Shades of Plum #DB8ADE
Tints of Plum #DB8ADE
RGB
CMYK
RGB Variations
Color information
#DB8ADE (or 0xDB8ADE) is known color: Plum. HEX triplet: DB, 8A and DE. RGB value is (219,138,222). Sum of RGB (Red+Green+Blue) = 219+138+222=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 138 (54.30% from 255 or 23.83% from 579); Blue value is 222 (87.11% from 255 or 38.34% from 579); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB8ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8ADE is #247521. Grayscale: #ABABAB. Windows color (decimal): -2389282 or 14584539. OLE color: 14584539.
HSL color Cylindrical-coordinate representation of color #DB8ADE: hue angle of 297.86º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB8ADE is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 138 | 222 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.13 |
| HSL | 297.86º | 0.56% | 0.71% | - |
| HSV(B) | 297.86º | 0.38% | 0.87% | - |
| XYZ | 51.49 | 38.51 | 73.83 | - |
| YUV | 171.8 | 156.34 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 222 | 0.01 | 0.38 | 0 | 0.13 | 297.86 | 0.56 | 0.71 |
| Hex | DB | 8A | DE | 1 | 26 | 0 | D | 12A | 38 | 47 |
| Octal | 333 | 212 | 336 | 1 | 46 | 0 | 15 | 452 | 70 | 107 |
| Binary | 11011011 | 10001010 | 11011110 | 1 | 100110 | 0 | 1101 | 100101010 | 111000 | 1000111 |
Color Harmonies of #DB8ADE
Complementary color
Monochromatic Colors of #DB8ADE
Black with #DB8ADE
Text Example
Text Example
White with #DB8ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8ADE; }
p { color: rgb(219,138,222); }
H1.HeaderClassName
{
color: #DB8ADE;
}
.AnyTagClassName
{
color: #DB8ADE;
}
</style>
background-color css
<style>
a { background-color: #DB8ADE; }
a { background-color: rgb(219,138,222); }
div.DivClassName
{
background-color: #DB8ADE;
}
.BgClassName
{
background-color: #DB8ADE;
}
</style>
border-color css
<style>
span { border-color: #DB8ADE; }
span { border-color: rgb(219,138,222); }
td.TdClassName
{
border-color: #DB8ADE;
}
.TagClassName
{
border-color: #DB8ADE;
}
</style>