Shades of Plum #DB9DEA
Tints of Plum #DB9DEA
RGB
CMYK
RGB Variations
Color information
#DB9DEA (or 0xDB9DEA) is known color: Plum. HEX triplet: DB, 9D and EA. RGB value is (219,157,234). Sum of RGB (Red+Green+Blue) = 219+157+234=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 157 (61.72% from 255 or 25.74% from 610); Blue value is 234 (91.80% from 255 or 38.36% from 610); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB9DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9DEA is #246215. Grayscale: #B8B8B8. Windows color (decimal): -2384406 or 15375835. OLE color: 15375835.
HSL color Cylindrical-coordinate representation of color #DB9DEA: hue angle of 288.31º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB9DEA is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 157 | 234 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.08 |
| HSL | 288.31º | 0.65% | 0.77% | - |
| HSV(B) | 288.31º | 0.33% | 0.92% | - |
| XYZ | 56.12 | 45.11 | 83.59 | - |
| YUV | 184.32 | 156.04 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 234 | 0.06 | 0.33 | 0 | 0.08 | 288.31 | 0.65 | 0.77 |
| Hex | DB | 9D | EA | 6 | 21 | 0 | 8 | 120 | 41 | 4D |
| Octal | 333 | 235 | 352 | 6 | 41 | 0 | 10 | 440 | 101 | 115 |
| Binary | 11011011 | 10011101 | 11101010 | 110 | 100001 | 0 | 1000 | 100100000 | 1000001 | 1001101 |
Color Harmonies of #DB9DEA
Complementary color
Monochromatic Colors of #DB9DEA
Black with #DB9DEA
Text Example
Text Example
White with #DB9DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9DEA; }
p { color: rgb(219,157,234); }
H1.HeaderClassName
{
color: #DB9DEA;
}
.AnyTagClassName
{
color: #DB9DEA;
}
</style>
background-color css
<style>
a { background-color: #DB9DEA; }
a { background-color: rgb(219,157,234); }
div.DivClassName
{
background-color: #DB9DEA;
}
.BgClassName
{
background-color: #DB9DEA;
}
</style>
border-color css
<style>
span { border-color: #DB9DEA; }
span { border-color: rgb(219,157,234); }
td.TdClassName
{
border-color: #DB9DEA;
}
.TagClassName
{
border-color: #DB9DEA;
}
</style>