Shades of Plum #DB9FDC
Tints of Plum #DB9FDC
RGB
CMYK
RGB Variations
Color information
#DB9FDC (or 0xDB9FDC) is known color: Plum. HEX triplet: DB, 9F and DC. RGB value is (219,159,220). Sum of RGB (Red+Green+Blue) = 219+159+220=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 159 (62.5% from 255 or 26.59% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB9FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9FDC is #246023. Grayscale: #B7B7B7. Windows color (decimal): -2383908 or 14458843. OLE color: 14458843.
HSL color Cylindrical-coordinate representation of color #DB9FDC: hue angle of 299.02º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DB9FDC is Cyan = 0.00, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 159 | 220 | - |
| CMYK | 0.00 | 0.28 | 0 | 0.14 |
| HSL | 299.02º | 0.47% | 0.74% | - |
| HSV(B) | 299.02º | 0.28% | 0.86% | - |
| XYZ | 54.53 | 45.02 | 73.53 | - |
| YUV | 183.89 | 148.38 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 220 | 0.00 | 0.28 | 0 | 0.14 | 299.02 | 0.47 | 0.74 |
| Hex | DB | 9F | DC | 0 | 1C | 0 | E | 12B | 2F | 4A |
| Octal | 333 | 237 | 334 | 0 | 34 | 0 | 16 | 453 | 57 | 112 |
| Binary | 11011011 | 10011111 | 11011100 | 0 | 11100 | 0 | 1110 | 100101011 | 101111 | 1001010 |
Color Harmonies of #DB9FDC
Complementary color
Monochromatic Colors of #DB9FDC
Black with #DB9FDC
Text Example
Text Example
White with #DB9FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9FDC; }
p { color: rgb(219,159,220); }
H1.HeaderClassName
{
color: #DB9FDC;
}
.AnyTagClassName
{
color: #DB9FDC;
}
</style>
background-color css
<style>
a { background-color: #DB9FDC; }
a { background-color: rgb(219,159,220); }
div.DivClassName
{
background-color: #DB9FDC;
}
.BgClassName
{
background-color: #DB9FDC;
}
</style>
border-color css
<style>
span { border-color: #DB9FDC; }
span { border-color: rgb(219,159,220); }
td.TdClassName
{
border-color: #DB9FDC;
}
.TagClassName
{
border-color: #DB9FDC;
}
</style>