Shades of Plum #DB8FDF
Tints of Plum #DB8FDF
RGB
CMYK
RGB Variations
Color information
#DB8FDF (or 0xDB8FDF) is known color: Plum. HEX triplet: DB, 8F and DF. RGB value is (219,143,223). Sum of RGB (Red+Green+Blue) = 219+143+223=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 143 (56.25% from 255 or 24.44% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB8FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8FDF is #247020. Grayscale: #AEAEAE. Windows color (decimal): -2388001 or 14651355. OLE color: 14651355.
HSL color Cylindrical-coordinate representation of color #DB8FDF: hue angle of 297º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB8FDF is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 143 | 223 | - |
| CMYK | 0.02 | 0.36 | 0 | 0.13 |
| HSL | 297º | 0.56% | 0.72% | - |
| HSV(B) | 297º | 0.36% | 0.87% | - |
| XYZ | 52.36 | 40.03 | 74.78 | - |
| YUV | 174.84 | 155.18 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 223 | 0.02 | 0.36 | 0 | 0.13 | 297 | 0.56 | 0.72 |
| Hex | DB | 8F | DF | 2 | 24 | 0 | D | 129 | 38 | 48 |
| Octal | 333 | 217 | 337 | 2 | 44 | 0 | 15 | 451 | 70 | 110 |
| Binary | 11011011 | 10001111 | 11011111 | 10 | 100100 | 0 | 1101 | 100101001 | 111000 | 1001000 |
Color Harmonies of #DB8FDF
Complementary color
Monochromatic Colors of #DB8FDF
Black with #DB8FDF
Text Example
Text Example
White with #DB8FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8FDF; }
p { color: rgb(219,143,223); }
H1.HeaderClassName
{
color: #DB8FDF;
}
.AnyTagClassName
{
color: #DB8FDF;
}
</style>
background-color css
<style>
a { background-color: #DB8FDF; }
a { background-color: rgb(219,143,223); }
div.DivClassName
{
background-color: #DB8FDF;
}
.BgClassName
{
background-color: #DB8FDF;
}
</style>
border-color css
<style>
span { border-color: #DB8FDF; }
span { border-color: rgb(219,143,223); }
td.TdClassName
{
border-color: #DB8FDF;
}
.TagClassName
{
border-color: #DB8FDF;
}
</style>