Shades of Plum #DF8BD5
Tints of Plum #DF8BD5
RGB
CMYK
RGB Variations
Color information
#DF8BD5 (or 0xDF8BD5) is known color: Plum. HEX triplet: DF, 8B and D5. RGB value is (223,139,213). Sum of RGB (Red+Green+Blue) = 223+139+213=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 139 (54.69% from 255 or 24.17% from 575); Blue value is 213 (83.59% from 255 or 37.04% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8BD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8BD5 is #20742A. Grayscale: #ACACAC. Windows color (decimal): -2126891 or 13994975. OLE color: 13994975.
HSL color Cylindrical-coordinate representation of color #DF8BD5: hue angle of 307.14º 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 #DF8BD5 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 139 | 213 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.13 |
| HSL | 307.14º | 0.57% | 0.71% | - |
| HSV(B) | 307.14º | 0.38% | 0.87% | - |
| XYZ | 51.67 | 38.96 | 67.75 | - |
| YUV | 172.55 | 150.83 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 139 | 213 | 0 | 0.38 | 0.04 | 0.13 | 307.14 | 0.57 | 0.71 |
| Hex | DF | 8B | D5 | 0 | 26 | 4 | D | 133 | 39 | 47 |
| Octal | 337 | 213 | 325 | 0 | 46 | 4 | 15 | 463 | 71 | 107 |
| Binary | 11011111 | 10001011 | 11010101 | 0 | 100110 | 100 | 1101 | 100110011 | 111001 | 1000111 |
Color Harmonies of #DF8BD5
Complementary color
Monochromatic Colors of #DF8BD5
Black with #DF8BD5
Text Example
Text Example
White with #DF8BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8BD5; }
p { color: rgb(223,139,213); }
H1.HeaderClassName
{
color: #DF8BD5;
}
.AnyTagClassName
{
color: #DF8BD5;
}
</style>
background-color css
<style>
a { background-color: #DF8BD5; }
a { background-color: rgb(223,139,213); }
div.DivClassName
{
background-color: #DF8BD5;
}
.BgClassName
{
background-color: #DF8BD5;
}
</style>
border-color css
<style>
span { border-color: #DF8BD5; }
span { border-color: rgb(223,139,213); }
td.TdClassName
{
border-color: #DF8BD5;
}
.TagClassName
{
border-color: #DF8BD5;
}
</style>