Shades of Plum #DB9CED
Tints of Plum #DB9CED
RGB
CMYK
RGB Variations
Color information
#DB9CED (or 0xDB9CED) is known color: Plum. HEX triplet: DB, 9C and ED. RGB value is (219,156,237). Sum of RGB (Red+Green+Blue) = 219+156+237=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 156 (61.33% from 255 or 25.49% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB9CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9CED is #246312. Grayscale: #B7B7B7. Windows color (decimal): -2384659 or 15572187. OLE color: 15572187.
HSL color Cylindrical-coordinate representation of color #DB9CED: hue angle of 286.67º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB9CED is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 156 | 237 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.07 |
| HSL | 286.67º | 0.69% | 0.77% | - |
| HSV(B) | 286.67º | 0.34% | 0.93% | - |
| XYZ | 56.39 | 44.95 | 85.83 | - |
| YUV | 184.07 | 157.87 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 237 | 0.08 | 0.34 | 0 | 0.07 | 286.67 | 0.69 | 0.77 |
| Hex | DB | 9C | ED | 8 | 22 | 0 | 7 | 11F | 45 | 4D |
| Octal | 333 | 234 | 355 | 10 | 42 | 0 | 7 | 437 | 105 | 115 |
| Binary | 11011011 | 10011100 | 11101101 | 1000 | 100010 | 0 | 111 | 100011111 | 1000101 | 1001101 |
Color Harmonies of #DB9CED
Complementary color
Monochromatic Colors of #DB9CED
Black with #DB9CED
Text Example
Text Example
White with #DB9CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9CED; }
p { color: rgb(219,156,237); }
H1.HeaderClassName
{
color: #DB9CED;
}
.AnyTagClassName
{
color: #DB9CED;
}
</style>
background-color css
<style>
a { background-color: #DB9CED; }
a { background-color: rgb(219,156,237); }
div.DivClassName
{
background-color: #DB9CED;
}
.BgClassName
{
background-color: #DB9CED;
}
</style>
border-color css
<style>
span { border-color: #DB9CED; }
span { border-color: rgb(219,156,237); }
td.TdClassName
{
border-color: #DB9CED;
}
.TagClassName
{
border-color: #DB9CED;
}
</style>