Shades of Plum #DB9ADE
Tints of Plum #DB9ADE
RGB
CMYK
RGB Variations
Color information
#DB9ADE (or 0xDB9ADE) is known color: Plum. HEX triplet: DB, 9A and DE. RGB value is (219,154,222). Sum of RGB (Red+Green+Blue) = 219+154+222=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 154 (60.55% from 255 or 25.88% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB9ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9ADE is #246521. Grayscale: #B4B4B4. Windows color (decimal): -2385186 or 14588635. OLE color: 14588635.
HSL color Cylindrical-coordinate representation of color #DB9ADE: hue angle of 297.35º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DB9ADE is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 154 | 222 | - |
| CMYK | 0.01 | 0.31 | 0 | 0.13 |
| HSL | 297.35º | 0.51% | 0.74% | - |
| HSV(B) | 297.35º | 0.31% | 0.87% | - |
| XYZ | 53.95 | 43.45 | 74.65 | - |
| YUV | 181.19 | 151.03 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 222 | 0.01 | 0.31 | 0 | 0.13 | 297.35 | 0.51 | 0.74 |
| Hex | DB | 9A | DE | 1 | 1F | 0 | D | 129 | 33 | 4A |
| Octal | 333 | 232 | 336 | 1 | 37 | 0 | 15 | 451 | 63 | 112 |
| Binary | 11011011 | 10011010 | 11011110 | 1 | 11111 | 0 | 1101 | 100101001 | 110011 | 1001010 |
Color Harmonies of #DB9ADE
Complementary color
Monochromatic Colors of #DB9ADE
Black with #DB9ADE
Text Example
Text Example
White with #DB9ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9ADE; }
p { color: rgb(219,154,222); }
H1.HeaderClassName
{
color: #DB9ADE;
}
.AnyTagClassName
{
color: #DB9ADE;
}
</style>
background-color css
<style>
a { background-color: #DB9ADE; }
a { background-color: rgb(219,154,222); }
div.DivClassName
{
background-color: #DB9ADE;
}
.BgClassName
{
background-color: #DB9ADE;
}
</style>
border-color css
<style>
span { border-color: #DB9ADE; }
span { border-color: rgb(219,154,222); }
td.TdClassName
{
border-color: #DB9ADE;
}
.TagClassName
{
border-color: #DB9ADE;
}
</style>