Shades of Plum #DB8ECF
Tints of Plum #DB8ECF
RGB
CMYK
RGB Variations
Color information
#DB8ECF (or 0xDB8ECF) is known color: Plum. HEX triplet: DB, 8E and CF. RGB value is (219,142,207). Sum of RGB (Red+Green+Blue) = 219+142+207=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 142 (55.86% from 255 or 25% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8ECF is #247130. Grayscale: #ACACAC. Windows color (decimal): -2388273 or 13602523. OLE color: 13602523.
HSL color Cylindrical-coordinate representation of color #DB8ECF: hue angle of 309.35º 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 #DB8ECF is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 142 | 207 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.14 |
| HSL | 309.35º | 0.52% | 0.71% | - |
| HSV(B) | 309.35º | 0.35% | 0.86% | - |
| XYZ | 50.15 | 38.91 | 63.9 | - |
| YUV | 172.43 | 147.51 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 142 | 207 | 0 | 0.35 | 0.05 | 0.14 | 309.35 | 0.52 | 0.71 |
| Hex | DB | 8E | CF | 0 | 23 | 5 | E | 135 | 34 | 47 |
| Octal | 333 | 216 | 317 | 0 | 43 | 5 | 16 | 465 | 64 | 107 |
| Binary | 11011011 | 10001110 | 11001111 | 0 | 100011 | 101 | 1110 | 100110101 | 110100 | 1000111 |
Color Harmonies of #DB8ECF
Complementary color
Monochromatic Colors of #DB8ECF
Black with #DB8ECF
Text Example
Text Example
White with #DB8ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8ECF; }
p { color: rgb(219,142,207); }
H1.HeaderClassName
{
color: #DB8ECF;
}
.AnyTagClassName
{
color: #DB8ECF;
}
</style>
background-color css
<style>
a { background-color: #DB8ECF; }
a { background-color: rgb(219,142,207); }
div.DivClassName
{
background-color: #DB8ECF;
}
.BgClassName
{
background-color: #DB8ECF;
}
</style>
border-color css
<style>
span { border-color: #DB8ECF; }
span { border-color: rgb(219,142,207); }
td.TdClassName
{
border-color: #DB8ECF;
}
.TagClassName
{
border-color: #DB8ECF;
}
</style>