Shades of Plum #DF8BE0
Tints of Plum #DF8BE0
RGB
CMYK
RGB Variations
Color information
#DF8BE0 (or 0xDF8BE0) is known color: Plum. HEX triplet: DF, 8B and E0. RGB value is (223,139,224). Sum of RGB (Red+Green+Blue) = 223+139+224=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 139 (54.69% from 255 or 23.72% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 224 - color contains mainly: blue. Hex color #DF8BE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8BE0 is #20741F. Grayscale: #ADADAD. Windows color (decimal): -2126880 or 14715871. OLE color: 14715871.
HSL color Cylindrical-coordinate representation of color #DF8BE0: hue angle of 299.29º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF8BE0 is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 139 | 224 | - |
| CMYK | 0.00 | 0.38 | 0 | 0.12 |
| HSL | 299.29º | 0.58% | 0.71% | - |
| HSV(B) | 299.29º | 0.38% | 0.88% | - |
| XYZ | 53.12 | 39.54 | 75.35 | - |
| YUV | 173.81 | 156.33 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 139 | 224 | 0.00 | 0.38 | 0 | 0.12 | 299.29 | 0.58 | 0.71 |
| Hex | DF | 8B | E0 | 0 | 26 | 0 | C | 12B | 3A | 47 |
| Octal | 337 | 213 | 340 | 0 | 46 | 0 | 14 | 453 | 72 | 107 |
| Binary | 11011111 | 10001011 | 11100000 | 0 | 100110 | 0 | 1100 | 100101011 | 111010 | 1000111 |
Color Harmonies of #DF8BE0
Complementary color
Monochromatic Colors of #DF8BE0
Black with #DF8BE0
Text Example
Text Example
White with #DF8BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8BE0; }
p { color: rgb(223,139,224); }
H1.HeaderClassName
{
color: #DF8BE0;
}
.AnyTagClassName
{
color: #DF8BE0;
}
</style>
background-color css
<style>
a { background-color: #DF8BE0; }
a { background-color: rgb(223,139,224); }
div.DivClassName
{
background-color: #DF8BE0;
}
.BgClassName
{
background-color: #DF8BE0;
}
</style>
border-color css
<style>
span { border-color: #DF8BE0; }
span { border-color: rgb(223,139,224); }
td.TdClassName
{
border-color: #DF8BE0;
}
.TagClassName
{
border-color: #DF8BE0;
}
</style>