Shades of Plum #DB8CDD
Tints of Plum #DB8CDD
RGB
CMYK
RGB Variations
Color information
#DB8CDD (or 0xDB8CDD) is known color: Plum. HEX triplet: DB, 8C and DD. RGB value is (219,140,221). Sum of RGB (Red+Green+Blue) = 219+140+221=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 140 (55.08% from 255 or 24.14% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB8CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8CDD is #247322. Grayscale: #ACACAC. Windows color (decimal): -2388771 or 14519515. OLE color: 14519515.
HSL color Cylindrical-coordinate representation of color #DB8CDD: hue angle of 298.52º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB8CDD is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 140 | 221 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.13 |
| HSL | 298.52º | 0.54% | 0.71% | - |
| HSV(B) | 298.52º | 0.37% | 0.87% | - |
| XYZ | 51.64 | 39.04 | 73.22 | - |
| YUV | 172.86 | 155.17 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 140 | 221 | 0.01 | 0.37 | 0 | 0.13 | 298.52 | 0.54 | 0.71 |
| Hex | DB | 8C | DD | 1 | 25 | 0 | D | 12B | 36 | 47 |
| Octal | 333 | 214 | 335 | 1 | 45 | 0 | 15 | 453 | 66 | 107 |
| Binary | 11011011 | 10001100 | 11011101 | 1 | 100101 | 0 | 1101 | 100101011 | 110110 | 1000111 |
Color Harmonies of #DB8CDD
Complementary color
Monochromatic Colors of #DB8CDD
Black with #DB8CDD
Text Example
Text Example
White with #DB8CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8CDD; }
p { color: rgb(219,140,221); }
H1.HeaderClassName
{
color: #DB8CDD;
}
.AnyTagClassName
{
color: #DB8CDD;
}
</style>
background-color css
<style>
a { background-color: #DB8CDD; }
a { background-color: rgb(219,140,221); }
div.DivClassName
{
background-color: #DB8CDD;
}
.BgClassName
{
background-color: #DB8CDD;
}
</style>
border-color css
<style>
span { border-color: #DB8CDD; }
span { border-color: rgb(219,140,221); }
td.TdClassName
{
border-color: #DB8CDD;
}
.TagClassName
{
border-color: #DB8CDD;
}
</style>