Shades of Plum #DB9DDE
Tints of Plum #DB9DDE
RGB
CMYK
RGB Variations
Color information
#DB9DDE (or 0xDB9DDE) is known color: Plum. HEX triplet: DB, 9D and DE. RGB value is (219,157,222). Sum of RGB (Red+Green+Blue) = 219+157+222=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 157 (61.72% from 255 or 26.25% from 598); Blue value is 222 (87.11% from 255 or 37.12% from 598); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB9DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9DDE is #246221. Grayscale: #B6B6B6. Windows color (decimal): -2384418 or 14589403. OLE color: 14589403.
HSL color Cylindrical-coordinate representation of color #DB9DDE: hue angle of 297.23º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DB9DDE is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 157 | 222 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.13 |
| HSL | 297.23º | 0.5% | 0.74% | - |
| HSV(B) | 297.23º | 0.29% | 0.87% | - |
| XYZ | 54.46 | 44.45 | 74.82 | - |
| YUV | 182.95 | 150.04 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 222 | 0.01 | 0.29 | 0 | 0.13 | 297.23 | 0.5 | 0.74 |
| Hex | DB | 9D | DE | 1 | 1D | 0 | D | 129 | 32 | 4A |
| Octal | 333 | 235 | 336 | 1 | 35 | 0 | 15 | 451 | 62 | 112 |
| Binary | 11011011 | 10011101 | 11011110 | 1 | 11101 | 0 | 1101 | 100101001 | 110010 | 1001010 |
Color Harmonies of #DB9DDE
Complementary color
Monochromatic Colors of #DB9DDE
Black with #DB9DDE
Text Example
Text Example
White with #DB9DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9DDE; }
p { color: rgb(219,157,222); }
H1.HeaderClassName
{
color: #DB9DDE;
}
.AnyTagClassName
{
color: #DB9DDE;
}
</style>
background-color css
<style>
a { background-color: #DB9DDE; }
a { background-color: rgb(219,157,222); }
div.DivClassName
{
background-color: #DB9DDE;
}
.BgClassName
{
background-color: #DB9DDE;
}
</style>
border-color css
<style>
span { border-color: #DB9DDE; }
span { border-color: rgb(219,157,222); }
td.TdClassName
{
border-color: #DB9DDE;
}
.TagClassName
{
border-color: #DB9DDE;
}
</style>