Shades of Plum #DB8DD3
Tints of Plum #DB8DD3
RGB
CMYK
RGB Variations
Color information
#DB8DD3 (or 0xDB8DD3) is known color: Plum. HEX triplet: DB, 8D and D3. RGB value is (219,141,211). Sum of RGB (Red+Green+Blue) = 219+141+211=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 141 (55.47% from 255 or 24.69% from 571); Blue value is 211 (82.81% from 255 or 36.95% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8DD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8DD3 is #24722C. Grayscale: #ACACAC. Windows color (decimal): -2388525 or 13864411. OLE color: 13864411.
HSL color Cylindrical-coordinate representation of color #DB8DD3: hue angle of 306.15º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB8DD3 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 211 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.14 |
| HSL | 306.15º | 0.52% | 0.71% | - |
| HSV(B) | 306.15º | 0.36% | 0.86% | - |
| XYZ | 50.5 | 38.81 | 66.46 | - |
| YUV | 172.3 | 149.84 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 211 | 0 | 0.36 | 0.04 | 0.14 | 306.15 | 0.52 | 0.71 |
| Hex | DB | 8D | D3 | 0 | 24 | 4 | E | 132 | 34 | 47 |
| Octal | 333 | 215 | 323 | 0 | 44 | 4 | 16 | 462 | 64 | 107 |
| Binary | 11011011 | 10001101 | 11010011 | 0 | 100100 | 100 | 1110 | 100110010 | 110100 | 1000111 |
Color Harmonies of #DB8DD3
Complementary color
Monochromatic Colors of #DB8DD3
Black with #DB8DD3
Text Example
Text Example
White with #DB8DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8DD3; }
p { color: rgb(219,141,211); }
H1.HeaderClassName
{
color: #DB8DD3;
}
.AnyTagClassName
{
color: #DB8DD3;
}
</style>
background-color css
<style>
a { background-color: #DB8DD3; }
a { background-color: rgb(219,141,211); }
div.DivClassName
{
background-color: #DB8DD3;
}
.BgClassName
{
background-color: #DB8DD3;
}
</style>
border-color css
<style>
span { border-color: #DB8DD3; }
span { border-color: rgb(219,141,211); }
td.TdClassName
{
border-color: #DB8DD3;
}
.TagClassName
{
border-color: #DB8DD3;
}
</style>