Shades of Plum #DB8BCF
Tints of Plum #DB8BCF
RGB
CMYK
RGB Variations
Color information
#DB8BCF (or 0xDB8BCF) is known color: Plum. HEX triplet: DB, 8B and CF. RGB value is (219,139,207). Sum of RGB (Red+Green+Blue) = 219+139+207=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 139 (54.69% from 255 or 24.60% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8BCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8BCF is #247430. Grayscale: #AAAAAA. Windows color (decimal): -2389041 or 13601755. OLE color: 13601755.
HSL color Cylindrical-coordinate representation of color #DB8BCF: hue angle of 309º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB8BCF is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 139 | 207 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.14 |
| HSL | 309º | 0.53% | 0.7% | - |
| HSV(B) | 309º | 0.37% | 0.86% | - |
| XYZ | 49.71 | 38.03 | 63.75 | - |
| YUV | 170.67 | 148.5 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 207 | 0 | 0.37 | 0.05 | 0.14 | 309 | 0.53 | 0.7 |
| Hex | DB | 8B | CF | 0 | 25 | 5 | E | 135 | 35 | 46 |
| Octal | 333 | 213 | 317 | 0 | 45 | 5 | 16 | 465 | 65 | 106 |
| Binary | 11011011 | 10001011 | 11001111 | 0 | 100101 | 101 | 1110 | 100110101 | 110101 | 1000110 |
Color Harmonies of #DB8BCF
Complementary color
Monochromatic Colors of #DB8BCF
Black with #DB8BCF
Text Example
Text Example
White with #DB8BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8BCF; }
p { color: rgb(219,139,207); }
H1.HeaderClassName
{
color: #DB8BCF;
}
.AnyTagClassName
{
color: #DB8BCF;
}
</style>
background-color css
<style>
a { background-color: #DB8BCF; }
a { background-color: rgb(219,139,207); }
div.DivClassName
{
background-color: #DB8BCF;
}
.BgClassName
{
background-color: #DB8BCF;
}
</style>
border-color css
<style>
span { border-color: #DB8BCF; }
span { border-color: rgb(219,139,207); }
td.TdClassName
{
border-color: #DB8BCF;
}
.TagClassName
{
border-color: #DB8BCF;
}
</style>