Shades of Plum #DB9CEA
Tints of Plum #DB9CEA
RGB
CMYK
RGB Variations
Color information
#DB9CEA (or 0xDB9CEA) is known color: Plum. HEX triplet: DB, 9C and EA. RGB value is (219,156,234). Sum of RGB (Red+Green+Blue) = 219+156+234=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 156 (61.33% from 255 or 25.62% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB9CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9CEA is #246315. Grayscale: #B7B7B7. Windows color (decimal): -2384662 or 15375579. OLE color: 15375579.
HSL color Cylindrical-coordinate representation of color #DB9CEA: hue angle of 288.46º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB9CEA is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 156 | 234 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.08 |
| HSL | 288.46º | 0.65% | 0.76% | - |
| HSV(B) | 288.46º | 0.33% | 0.92% | - |
| XYZ | 55.95 | 44.78 | 83.54 | - |
| YUV | 183.73 | 156.37 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 234 | 0.06 | 0.33 | 0 | 0.08 | 288.46 | 0.65 | 0.76 |
| Hex | DB | 9C | EA | 6 | 21 | 0 | 8 | 120 | 41 | 4C |
| Octal | 333 | 234 | 352 | 6 | 41 | 0 | 10 | 440 | 101 | 114 |
| Binary | 11011011 | 10011100 | 11101010 | 110 | 100001 | 0 | 1000 | 100100000 | 1000001 | 1001100 |
Color Harmonies of #DB9CEA
Complementary color
Monochromatic Colors of #DB9CEA
Black with #DB9CEA
Text Example
Text Example
White with #DB9CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9CEA; }
p { color: rgb(219,156,234); }
H1.HeaderClassName
{
color: #DB9CEA;
}
.AnyTagClassName
{
color: #DB9CEA;
}
</style>
background-color css
<style>
a { background-color: #DB9CEA; }
a { background-color: rgb(219,156,234); }
div.DivClassName
{
background-color: #DB9CEA;
}
.BgClassName
{
background-color: #DB9CEA;
}
</style>
border-color css
<style>
span { border-color: #DB9CEA; }
span { border-color: rgb(219,156,234); }
td.TdClassName
{
border-color: #DB9CEA;
}
.TagClassName
{
border-color: #DB9CEA;
}
</style>