Shades of Plum #DF9DEC
Tints of Plum #DF9DEC
RGB
CMYK
RGB Variations
Color information
#DF9DEC (or 0xDF9DEC) is known color: Plum. HEX triplet: DF, 9D and EC. RGB value is (223,157,236). Sum of RGB (Red+Green+Blue) = 223+157+236=616 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.20% from 616); Green value is 157 (61.72% from 255 or 25.49% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF9DEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9DEC is #206213. Grayscale: #B9B9B9. Windows color (decimal): -2122260 or 15506911. OLE color: 15506911.
HSL color Cylindrical-coordinate representation of color #DF9DEC: hue angle of 290.13º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DF9DEC is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 157 | 236 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.07 |
| HSL | 290.13º | 0.68% | 0.77% | - |
| HSV(B) | 290.13º | 0.33% | 0.93% | - |
| XYZ | 57.63 | 45.86 | 85.17 | - |
| YUV | 185.74 | 156.37 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 157 | 236 | 0.06 | 0.33 | 0 | 0.07 | 290.13 | 0.68 | 0.77 |
| Hex | DF | 9D | EC | 6 | 21 | 0 | 7 | 122 | 44 | 4D |
| Octal | 337 | 235 | 354 | 6 | 41 | 0 | 7 | 442 | 104 | 115 |
| Binary | 11011111 | 10011101 | 11101100 | 110 | 100001 | 0 | 111 | 100100010 | 1000100 | 1001101 |
Color Harmonies of #DF9DEC
Complementary color
Monochromatic Colors of #DF9DEC
Black with #DF9DEC
Text Example
Text Example
White with #DF9DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9DEC; }
p { color: rgb(223,157,236); }
H1.HeaderClassName
{
color: #DF9DEC;
}
.AnyTagClassName
{
color: #DF9DEC;
}
</style>
background-color css
<style>
a { background-color: #DF9DEC; }
a { background-color: rgb(223,157,236); }
div.DivClassName
{
background-color: #DF9DEC;
}
.BgClassName
{
background-color: #DF9DEC;
}
</style>
border-color css
<style>
span { border-color: #DF9DEC; }
span { border-color: rgb(223,157,236); }
td.TdClassName
{
border-color: #DF9DEC;
}
.TagClassName
{
border-color: #DF9DEC;
}
</style>