Shades of Plum #DBA8DF
Tints of Plum #DBA8DF
RGB
CMYK
RGB Variations
Color information
#DBA8DF (or 0xDBA8DF) is known color: Plum. HEX triplet: DB, A8 and DF. RGB value is (219,168,223). Sum of RGB (Red+Green+Blue) = 219+168+223=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 168 (66.02% from 255 or 27.54% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 223 - color contains mainly: blue. Hex color #DBA8DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA8DF is #245720. Grayscale: #BDBDBD. Windows color (decimal): -2381601 or 14657755. OLE color: 14657755.
HSL color Cylindrical-coordinate representation of color #DBA8DF: hue angle of 295.64º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBA8DF is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 168 | 223 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.13 |
| HSL | 295.64º | 0.46% | 0.77% | - |
| HSV(B) | 295.64º | 0.25% | 0.87% | - |
| XYZ | 56.54 | 48.39 | 76.17 | - |
| YUV | 189.52 | 146.9 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 223 | 0.02 | 0.25 | 0 | 0.13 | 295.64 | 0.46 | 0.77 |
| Hex | DB | A8 | DF | 2 | 19 | 0 | D | 128 | 2E | 4D |
| Octal | 333 | 250 | 337 | 2 | 31 | 0 | 15 | 450 | 56 | 115 |
| Binary | 11011011 | 10101000 | 11011111 | 10 | 11001 | 0 | 1101 | 100101000 | 101110 | 1001101 |
Color Harmonies of #DBA8DF
Complementary color
Monochromatic Colors of #DBA8DF
Black with #DBA8DF
Text Example
Text Example
White with #DBA8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA8DF; }
p { color: rgb(219,168,223); }
H1.HeaderClassName
{
color: #DBA8DF;
}
.AnyTagClassName
{
color: #DBA8DF;
}
</style>
background-color css
<style>
a { background-color: #DBA8DF; }
a { background-color: rgb(219,168,223); }
div.DivClassName
{
background-color: #DBA8DF;
}
.BgClassName
{
background-color: #DBA8DF;
}
</style>
border-color css
<style>
span { border-color: #DBA8DF; }
span { border-color: rgb(219,168,223); }
td.TdClassName
{
border-color: #DBA8DF;
}
.TagClassName
{
border-color: #DBA8DF;
}
</style>