Shades of Plum #DB8FCD
Tints of Plum #DB8FCD
RGB
CMYK
RGB Variations
Color information
#DB8FCD (or 0xDB8FCD) is known color: Plum. HEX triplet: DB, 8F and CD. RGB value is (219,143,205). Sum of RGB (Red+Green+Blue) = 219+143+205=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 143 (56.25% from 255 or 25.22% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8FCD is #247032. Grayscale: #ACACAC. Windows color (decimal): -2388019 or 13471707. OLE color: 13471707.
HSL color Cylindrical-coordinate representation of color #DB8FCD: hue angle of 311.05º degrees, saturation: 0.51, 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 #DB8FCD is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 205 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.14 |
| HSL | 311.05º | 0.51% | 0.71% | - |
| HSV(B) | 311.05º | 0.35% | 0.86% | - |
| XYZ | 50.06 | 39.11 | 62.67 | - |
| YUV | 172.79 | 146.18 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 205 | 0 | 0.35 | 0.06 | 0.14 | 311.05 | 0.51 | 0.71 |
| Hex | DB | 8F | CD | 0 | 23 | 6 | E | 137 | 33 | 47 |
| Octal | 333 | 217 | 315 | 0 | 43 | 6 | 16 | 467 | 63 | 107 |
| Binary | 11011011 | 10001111 | 11001101 | 0 | 100011 | 110 | 1110 | 100110111 | 110011 | 1000111 |
Color Harmonies of #DB8FCD
Complementary color
Monochromatic Colors of #DB8FCD
Black with #DB8FCD
Text Example
Text Example
White with #DB8FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8FCD; }
p { color: rgb(219,143,205); }
H1.HeaderClassName
{
color: #DB8FCD;
}
.AnyTagClassName
{
color: #DB8FCD;
}
</style>
background-color css
<style>
a { background-color: #DB8FCD; }
a { background-color: rgb(219,143,205); }
div.DivClassName
{
background-color: #DB8FCD;
}
.BgClassName
{
background-color: #DB8FCD;
}
</style>
border-color css
<style>
span { border-color: #DB8FCD; }
span { border-color: rgb(219,143,205); }
td.TdClassName
{
border-color: #DB8FCD;
}
.TagClassName
{
border-color: #DB8FCD;
}
</style>