Shades of Plum #DB92EA
Tints of Plum #DB92EA
RGB
CMYK
RGB Variations
Color information
#DB92EA (or 0xDB92EA) is known color: Plum. HEX triplet: DB, 92 and EA. RGB value is (219,146,234). Sum of RGB (Red+Green+Blue) = 219+146+234=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 146 (57.42% from 255 or 24.37% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB92EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB92EA is #246D15. Grayscale: #B1B1B1. Windows color (decimal): -2387222 or 15373019. OLE color: 15373019.
HSL color Cylindrical-coordinate representation of color #DB92EA: hue angle of 289.77º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB92EA is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 146 | 234 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.08 |
| HSL | 289.77º | 0.68% | 0.75% | - |
| HSV(B) | 289.77º | 0.38% | 0.92% | - |
| XYZ | 54.34 | 41.56 | 83 | - |
| YUV | 177.86 | 159.68 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 234 | 0.06 | 0.38 | 0 | 0.08 | 289.77 | 0.68 | 0.75 |
| Hex | DB | 92 | EA | 6 | 26 | 0 | 8 | 122 | 44 | 4B |
| Octal | 333 | 222 | 352 | 6 | 46 | 0 | 10 | 442 | 104 | 113 |
| Binary | 11011011 | 10010010 | 11101010 | 110 | 100110 | 0 | 1000 | 100100010 | 1000100 | 1001011 |
Color Harmonies of #DB92EA
Complementary color
Monochromatic Colors of #DB92EA
Black with #DB92EA
Text Example
Text Example
White with #DB92EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB92EA; }
p { color: rgb(219,146,234); }
H1.HeaderClassName
{
color: #DB92EA;
}
.AnyTagClassName
{
color: #DB92EA;
}
</style>
background-color css
<style>
a { background-color: #DB92EA; }
a { background-color: rgb(219,146,234); }
div.DivClassName
{
background-color: #DB92EA;
}
.BgClassName
{
background-color: #DB92EA;
}
</style>
border-color css
<style>
span { border-color: #DB92EA; }
span { border-color: rgb(219,146,234); }
td.TdClassName
{
border-color: #DB92EA;
}
.TagClassName
{
border-color: #DB92EA;
}
</style>