Shades of Plum #DB9DDC
Tints of Plum #DB9DDC
RGB
CMYK
RGB Variations
Color information
#DB9DDC (or 0xDB9DDC) is known color: Plum. HEX triplet: DB, 9D and DC. RGB value is (219,157,220). Sum of RGB (Red+Green+Blue) = 219+157+220=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 157 (61.72% from 255 or 26.34% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB9DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9DDC is #246223. Grayscale: #B6B6B6. Windows color (decimal): -2384420 or 14458331. OLE color: 14458331.
HSL color Cylindrical-coordinate representation of color #DB9DDC: hue angle of 299.05º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DB9DDC is Cyan = 0.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 220 | - |
| CMYK | 0.00 | 0.29 | 0 | 0.14 |
| HSL | 299.05º | 0.47% | 0.74% | - |
| HSV(B) | 299.05º | 0.29% | 0.86% | - |
| XYZ | 54.19 | 44.34 | 73.41 | - |
| YUV | 182.72 | 149.04 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 220 | 0.00 | 0.29 | 0 | 0.14 | 299.05 | 0.47 | 0.74 |
| Hex | DB | 9D | DC | 0 | 1D | 0 | E | 12B | 2F | 4A |
| Octal | 333 | 235 | 334 | 0 | 35 | 0 | 16 | 453 | 57 | 112 |
| Binary | 11011011 | 10011101 | 11011100 | 0 | 11101 | 0 | 1110 | 100101011 | 101111 | 1001010 |
Color Harmonies of #DB9DDC
Complementary color
Monochromatic Colors of #DB9DDC
Black with #DB9DDC
Text Example
Text Example
White with #DB9DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9DDC; }
p { color: rgb(219,157,220); }
H1.HeaderClassName
{
color: #DB9DDC;
}
.AnyTagClassName
{
color: #DB9DDC;
}
</style>
background-color css
<style>
a { background-color: #DB9DDC; }
a { background-color: rgb(219,157,220); }
div.DivClassName
{
background-color: #DB9DDC;
}
.BgClassName
{
background-color: #DB9DDC;
}
</style>
border-color css
<style>
span { border-color: #DB9DDC; }
span { border-color: rgb(219,157,220); }
td.TdClassName
{
border-color: #DB9DDC;
}
.TagClassName
{
border-color: #DB9DDC;
}
</style>