Shades of Plum #DB9ECE
Tints of Plum #DB9ECE
RGB
CMYK
RGB Variations
Color information
#DB9ECE (or 0xDB9ECE) is known color: Plum. HEX triplet: DB, 9E and CE. RGB value is (219,158,206). Sum of RGB (Red+Green+Blue) = 219+158+206=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 158 (62.11% from 255 or 27.10% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9ECE is #246131. Grayscale: #B5B5B5. Windows color (decimal): -2384178 or 13541083. OLE color: 13541083.
HSL color Cylindrical-coordinate representation of color #DB9ECE: hue angle of 312.79º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DB9ECE is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 158 | 206 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.14 |
| HSL | 312.79º | 0.46% | 0.74% | - |
| HSV(B) | 312.79º | 0.28% | 0.86% | - |
| XYZ | 52.58 | 43.97 | 64.11 | - |
| YUV | 181.71 | 141.71 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 206 | 0 | 0.28 | 0.06 | 0.14 | 312.79 | 0.46 | 0.74 |
| Hex | DB | 9E | CE | 0 | 1C | 6 | E | 139 | 2E | 4A |
| Octal | 333 | 236 | 316 | 0 | 34 | 6 | 16 | 471 | 56 | 112 |
| Binary | 11011011 | 10011110 | 11001110 | 0 | 11100 | 110 | 1110 | 100111001 | 101110 | 1001010 |
Color Harmonies of #DB9ECE
Complementary color
Monochromatic Colors of #DB9ECE
Black with #DB9ECE
Text Example
Text Example
White with #DB9ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9ECE; }
p { color: rgb(219,158,206); }
H1.HeaderClassName
{
color: #DB9ECE;
}
.AnyTagClassName
{
color: #DB9ECE;
}
</style>
background-color css
<style>
a { background-color: #DB9ECE; }
a { background-color: rgb(219,158,206); }
div.DivClassName
{
background-color: #DB9ECE;
}
.BgClassName
{
background-color: #DB9ECE;
}
</style>
border-color css
<style>
span { border-color: #DB9ECE; }
span { border-color: rgb(219,158,206); }
td.TdClassName
{
border-color: #DB9ECE;
}
.TagClassName
{
border-color: #DB9ECE;
}
</style>