Shades of Plum #DB9BDF
Tints of Plum #DB9BDF
RGB
CMYK
RGB Variations
Color information
#DB9BDF (or 0xDB9BDF) is known color: Plum. HEX triplet: DB, 9B and DF. RGB value is (219,155,223). Sum of RGB (Red+Green+Blue) = 219+155+223=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 155 (60.94% from 255 or 25.96% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB9BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9BDF is #246420. Grayscale: #B5B5B5. Windows color (decimal): -2384929 or 14654427. OLE color: 14654427.
HSL color Cylindrical-coordinate representation of color #DB9BDF: hue angle of 296.47º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DB9BDF is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 155 | 223 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.13 |
| HSL | 296.47º | 0.52% | 0.74% | - |
| HSV(B) | 296.47º | 0.3% | 0.87% | - |
| XYZ | 54.25 | 43.83 | 75.41 | - |
| YUV | 181.89 | 151.2 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 223 | 0.02 | 0.30 | 0 | 0.13 | 296.47 | 0.52 | 0.74 |
| Hex | DB | 9B | DF | 2 | 1E | 0 | D | 128 | 34 | 4A |
| Octal | 333 | 233 | 337 | 2 | 36 | 0 | 15 | 450 | 64 | 112 |
| Binary | 11011011 | 10011011 | 11011111 | 10 | 11110 | 0 | 1101 | 100101000 | 110100 | 1001010 |
Color Harmonies of #DB9BDF
Complementary color
Monochromatic Colors of #DB9BDF
Black with #DB9BDF
Text Example
Text Example
White with #DB9BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9BDF; }
p { color: rgb(219,155,223); }
H1.HeaderClassName
{
color: #DB9BDF;
}
.AnyTagClassName
{
color: #DB9BDF;
}
</style>
background-color css
<style>
a { background-color: #DB9BDF; }
a { background-color: rgb(219,155,223); }
div.DivClassName
{
background-color: #DB9BDF;
}
.BgClassName
{
background-color: #DB9BDF;
}
</style>
border-color css
<style>
span { border-color: #DB9BDF; }
span { border-color: rgb(219,155,223); }
td.TdClassName
{
border-color: #DB9BDF;
}
.TagClassName
{
border-color: #DB9BDF;
}
</style>