Shades of Plum #DB8EEA
Tints of Plum #DB8EEA
RGB
CMYK
RGB Variations
Color information
#DB8EEA (or 0xDB8EEA) is known color: Plum. HEX triplet: DB, 8E and EA. RGB value is (219,142,234). Sum of RGB (Red+Green+Blue) = 219+142+234=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 142 (55.86% from 255 or 23.87% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB8EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8EEA is #247115. Grayscale: #AFAFAF. Windows color (decimal): -2388246 or 15371995. OLE color: 15371995.
HSL color Cylindrical-coordinate representation of color #DB8EEA: hue angle of 290.22º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB8EEA is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 142 | 234 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.08 |
| HSL | 290.22º | 0.69% | 0.74% | - |
| HSV(B) | 290.22º | 0.39% | 0.92% | - |
| XYZ | 53.74 | 40.35 | 82.8 | - |
| YUV | 175.51 | 161.01 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 142 | 234 | 0.06 | 0.39 | 0 | 0.08 | 290.22 | 0.69 | 0.74 |
| Hex | DB | 8E | EA | 6 | 27 | 0 | 8 | 122 | 45 | 4A |
| Octal | 333 | 216 | 352 | 6 | 47 | 0 | 10 | 442 | 105 | 112 |
| Binary | 11011011 | 10001110 | 11101010 | 110 | 100111 | 0 | 1000 | 100100010 | 1000101 | 1001010 |
Color Harmonies of #DB8EEA
Complementary color
Monochromatic Colors of #DB8EEA
Black with #DB8EEA
Text Example
Text Example
White with #DB8EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8EEA; }
p { color: rgb(219,142,234); }
H1.HeaderClassName
{
color: #DB8EEA;
}
.AnyTagClassName
{
color: #DB8EEA;
}
</style>
background-color css
<style>
a { background-color: #DB8EEA; }
a { background-color: rgb(219,142,234); }
div.DivClassName
{
background-color: #DB8EEA;
}
.BgClassName
{
background-color: #DB8EEA;
}
</style>
border-color css
<style>
span { border-color: #DB8EEA; }
span { border-color: rgb(219,142,234); }
td.TdClassName
{
border-color: #DB8EEA;
}
.TagClassName
{
border-color: #DB8EEA;
}
</style>