Shades of Plum #DF8BDF
Tints of Plum #DF8BDF
RGB
CMYK
RGB Variations
Color information
#DF8BDF (or 0xDF8BDF) is known color: Plum. HEX triplet: DF, 8B and DF. RGB value is (223,139,223). Sum of RGB (Red+Green+Blue) = 223+139+223=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 139 (54.69% from 255 or 23.76% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF8BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8BDF is #207420. Grayscale: #ADADAD. Windows color (decimal): -2126881 or 14650335. OLE color: 14650335.
HSL color Cylindrical-coordinate representation of color #DF8BDF: hue angle of 300º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF8BDF is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 139 | 223 | - |
| CMYK | 0 | 0.38 | 0 | 0.13 |
| HSL | 300º | 0.57% | 0.71% | - |
| HSV(B) | 300º | 0.38% | 0.87% | - |
| XYZ | 52.98 | 39.48 | 74.64 | - |
| YUV | 173.69 | 155.83 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 139 | 223 | 0 | 0.38 | 0 | 0.13 | 300 | 0.57 | 0.71 |
| Hex | DF | 8B | DF | 0 | 26 | 0 | D | 12C | 39 | 47 |
| Octal | 337 | 213 | 337 | 0 | 46 | 0 | 15 | 454 | 71 | 107 |
| Binary | 11011111 | 10001011 | 11011111 | 0 | 100110 | 0 | 1101 | 100101100 | 111001 | 1000111 |
Color Harmonies of #DF8BDF
Complementary color
Monochromatic Colors of #DF8BDF
Black with #DF8BDF
Text Example
Text Example
White with #DF8BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8BDF; }
p { color: rgb(223,139,223); }
H1.HeaderClassName
{
color: #DF8BDF;
}
.AnyTagClassName
{
color: #DF8BDF;
}
</style>
background-color css
<style>
a { background-color: #DF8BDF; }
a { background-color: rgb(223,139,223); }
div.DivClassName
{
background-color: #DF8BDF;
}
.BgClassName
{
background-color: #DF8BDF;
}
</style>
border-color css
<style>
span { border-color: #DF8BDF; }
span { border-color: rgb(223,139,223); }
td.TdClassName
{
border-color: #DF8BDF;
}
.TagClassName
{
border-color: #DF8BDF;
}
</style>