Shades of Plum #DB8ECE
Tints of Plum #DB8ECE
RGB
CMYK
RGB Variations
Color information
#DB8ECE (or 0xDB8ECE) is known color: Plum. HEX triplet: DB, 8E and CE. RGB value is (219,142,206). Sum of RGB (Red+Green+Blue) = 219+142+206=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 142 (55.86% from 255 or 25.04% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8ECE is #247131. Grayscale: #ACACAC. Windows color (decimal): -2388274 or 13536987. OLE color: 13536987.
HSL color Cylindrical-coordinate representation of color #DB8ECE: hue angle of 310.13º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB8ECE is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 142 | 206 | - |
CMYK | 0 | 0.35 | 0.06 | 0.14 |
HSL | 310.13º | 0.52% | 0.71% | - |
HSV(B) | 310.13º | 0.35% | 0.86% | - |
XYZ | 50.03 | 38.86 | 63.26 | - |
YUV | 172.32 | 147.01 | 161.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 142 | 206 | 0 | 0.35 | 0.06 | 0.14 | 310.13 | 0.52 | 0.71 |
Hex | DB | 8E | CE | 0 | 23 | 6 | E | 136 | 34 | 47 |
Octal | 333 | 216 | 316 | 0 | 43 | 6 | 16 | 466 | 64 | 107 |
Binary | 11011011 | 10001110 | 11001110 | 0 | 100011 | 110 | 1110 | 100110110 | 110100 | 1000111 |
Color Harmonies of #DB8ECE
Complementary color
Monochromatic Colors of #DB8ECE
Black with #DB8ECE
Text Example
Text Example
White with #DB8ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8ECE; }
p { color: rgb(219,142,206); }
H1.HeaderClassName
{
color: #DB8ECE;
}
.AnyTagClassName
{
color: #DB8ECE;
}
</style>
background-color css
<style>
a { background-color: #DB8ECE; }
a { background-color: rgb(219,142,206); }
div.DivClassName
{
background-color: #DB8ECE;
}
.BgClassName
{
background-color: #DB8ECE;
}
</style>
border-color css
<style>
span { border-color: #DB8ECE; }
span { border-color: rgb(219,142,206); }
td.TdClassName
{
border-color: #DB8ECE;
}
.TagClassName
{
border-color: #DB8ECE;
}
</style>