Shades of Plum #DB89DF
Tints of Plum #DB89DF
RGB
CMYK
RGB Variations
Color information
#DB89DF (or 0xDB89DF) is known color: Plum. HEX triplet: DB, 89 and DF. RGB value is (219,137,223). Sum of RGB (Red+Green+Blue) = 219+137+223=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 137 (53.91% from 255 or 23.66% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB89DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB89DF is #247620. Grayscale: #ABABAB. Windows color (decimal): -2389537 or 14649819. OLE color: 14649819.
HSL color Cylindrical-coordinate representation of color #DB89DF: hue angle of 297.21º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB89DF is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 137 | 223 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.13 |
| HSL | 297.21º | 0.57% | 0.71% | - |
| HSV(B) | 297.21º | 0.39% | 0.87% | - |
| XYZ | 51.48 | 38.28 | 74.49 | - |
| YUV | 171.32 | 157.17 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 223 | 0.02 | 0.39 | 0 | 0.13 | 297.21 | 0.57 | 0.71 |
| Hex | DB | 89 | DF | 2 | 27 | 0 | D | 129 | 39 | 47 |
| Octal | 333 | 211 | 337 | 2 | 47 | 0 | 15 | 451 | 71 | 107 |
| Binary | 11011011 | 10001001 | 11011111 | 10 | 100111 | 0 | 1101 | 100101001 | 111001 | 1000111 |
Color Harmonies of #DB89DF
Complementary color
Monochromatic Colors of #DB89DF
Black with #DB89DF
Text Example
Text Example
White with #DB89DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB89DF; }
p { color: rgb(219,137,223); }
H1.HeaderClassName
{
color: #DB89DF;
}
.AnyTagClassName
{
color: #DB89DF;
}
</style>
background-color css
<style>
a { background-color: #DB89DF; }
a { background-color: rgb(219,137,223); }
div.DivClassName
{
background-color: #DB89DF;
}
.BgClassName
{
background-color: #DB89DF;
}
</style>
border-color css
<style>
span { border-color: #DB89DF; }
span { border-color: rgb(219,137,223); }
td.TdClassName
{
border-color: #DB89DF;
}
.TagClassName
{
border-color: #DB89DF;
}
</style>