Shades of Plum #DB8BD4
Tints of Plum #DB8BD4
RGB
CMYK
RGB Variations
Color information
#DB8BD4 (or 0xDB8BD4) is known color: Plum. HEX triplet: DB, 8B and D4. RGB value is (219,139,212). Sum of RGB (Red+Green+Blue) = 219+139+212=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 139 (54.69% from 255 or 24.39% from 570); Blue value is 212 (83.20% from 255 or 37.19% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8BD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8BD4 is #24742B. Grayscale: #ABABAB. Windows color (decimal): -2389036 or 13929435. OLE color: 13929435.
HSL color Cylindrical-coordinate representation of color #DB8BD4: hue angle of 305.25º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB8BD4 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 139 | 212 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.14 |
| HSL | 305.25º | 0.53% | 0.7% | - |
| HSV(B) | 305.25º | 0.37% | 0.86% | - |
| XYZ | 50.33 | 38.28 | 67.02 | - |
| YUV | 171.24 | 151 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 212 | 0 | 0.37 | 0.03 | 0.14 | 305.25 | 0.53 | 0.7 |
| Hex | DB | 8B | D4 | 0 | 25 | 3 | E | 131 | 35 | 46 |
| Octal | 333 | 213 | 324 | 0 | 45 | 3 | 16 | 461 | 65 | 106 |
| Binary | 11011011 | 10001011 | 11010100 | 0 | 100101 | 11 | 1110 | 100110001 | 110101 | 1000110 |
Color Harmonies of #DB8BD4
Complementary color
Monochromatic Colors of #DB8BD4
Black with #DB8BD4
Text Example
Text Example
White with #DB8BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8BD4; }
p { color: rgb(219,139,212); }
H1.HeaderClassName
{
color: #DB8BD4;
}
.AnyTagClassName
{
color: #DB8BD4;
}
</style>
background-color css
<style>
a { background-color: #DB8BD4; }
a { background-color: rgb(219,139,212); }
div.DivClassName
{
background-color: #DB8BD4;
}
.BgClassName
{
background-color: #DB8BD4;
}
</style>
border-color css
<style>
span { border-color: #DB8BD4; }
span { border-color: rgb(219,139,212); }
td.TdClassName
{
border-color: #DB8BD4;
}
.TagClassName
{
border-color: #DB8BD4;
}
</style>