Shades of Plum #DF8BCD
Tints of Plum #DF8BCD
RGB
CMYK
RGB Variations
Color information
#DF8BCD (or 0xDF8BCD) is known color: Plum. HEX triplet: DF, 8B and CD. RGB value is (223,139,205). Sum of RGB (Red+Green+Blue) = 223+139+205=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 139 (54.69% from 255 or 24.51% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8BCD is #207432. Grayscale: #ABABAB. Windows color (decimal): -2126899 or 13470687. OLE color: 13470687.
HSL color Cylindrical-coordinate representation of color #DF8BCD: hue angle of 312.86º 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 #DF8BCD is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 139 | 205 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.13 |
| HSL | 312.86º | 0.57% | 0.71% | - |
| HSV(B) | 312.86º | 0.38% | 0.87% | - |
| XYZ | 50.68 | 38.56 | 62.53 | - |
| YUV | 171.64 | 146.83 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 139 | 205 | 0 | 0.38 | 0.08 | 0.13 | 312.86 | 0.57 | 0.71 |
| Hex | DF | 8B | CD | 0 | 26 | 8 | D | 139 | 39 | 47 |
| Octal | 337 | 213 | 315 | 0 | 46 | 10 | 15 | 471 | 71 | 107 |
| Binary | 11011111 | 10001011 | 11001101 | 0 | 100110 | 1000 | 1101 | 100111001 | 111001 | 1000111 |
Color Harmonies of #DF8BCD
Complementary color
Monochromatic Colors of #DF8BCD
Black with #DF8BCD
Text Example
Text Example
White with #DF8BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8BCD; }
p { color: rgb(223,139,205); }
H1.HeaderClassName
{
color: #DF8BCD;
}
.AnyTagClassName
{
color: #DF8BCD;
}
</style>
background-color css
<style>
a { background-color: #DF8BCD; }
a { background-color: rgb(223,139,205); }
div.DivClassName
{
background-color: #DF8BCD;
}
.BgClassName
{
background-color: #DF8BCD;
}
</style>
border-color css
<style>
span { border-color: #DF8BCD; }
span { border-color: rgb(223,139,205); }
td.TdClassName
{
border-color: #DF8BCD;
}
.TagClassName
{
border-color: #DF8BCD;
}
</style>