Shades of Plum #DF9DDE
Tints of Plum #DF9DDE
RGB
CMYK
RGB Variations
Color information
#DF9DDE (or 0xDF9DDE) is known color: Plum. HEX triplet: DF, 9D and DE. RGB value is (223,157,222). Sum of RGB (Red+Green+Blue) = 223+157+222=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 157 (61.72% from 255 or 26.08% from 602); Blue value is 222 (87.11% from 255 or 36.88% from 602); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9DDE is #206221. Grayscale: #B7B7B7. Windows color (decimal): -2122274 or 14589407. OLE color: 14589407.
HSL color Cylindrical-coordinate representation of color #DF9DDE: hue angle of 300.91º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DF9DDE is Cyan = 0, Magento = 0.30, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 157 | 222 | - |
| CMYK | 0 | 0.30 | 0.00 | 0.13 |
| HSL | 300.91º | 0.51% | 0.75% | - |
| HSV(B) | 300.91º | 0.3% | 0.87% | - |
| XYZ | 55.67 | 45.08 | 74.87 | - |
| YUV | 184.14 | 149.37 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 157 | 222 | 0 | 0.30 | 0.00 | 0.13 | 300.91 | 0.51 | 0.75 |
| Hex | DF | 9D | DE | 0 | 1E | 0 | D | 12D | 33 | 4B |
| Octal | 337 | 235 | 336 | 0 | 36 | 0 | 15 | 455 | 63 | 113 |
| Binary | 11011111 | 10011101 | 11011110 | 0 | 11110 | 0 | 1101 | 100101101 | 110011 | 1001011 |
Color Harmonies of #DF9DDE
Complementary color
Monochromatic Colors of #DF9DDE
Black with #DF9DDE
Text Example
Text Example
White with #DF9DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9DDE; }
p { color: rgb(223,157,222); }
H1.HeaderClassName
{
color: #DF9DDE;
}
.AnyTagClassName
{
color: #DF9DDE;
}
</style>
background-color css
<style>
a { background-color: #DF9DDE; }
a { background-color: rgb(223,157,222); }
div.DivClassName
{
background-color: #DF9DDE;
}
.BgClassName
{
background-color: #DF9DDE;
}
</style>
border-color css
<style>
span { border-color: #DF9DDE; }
span { border-color: rgb(223,157,222); }
td.TdClassName
{
border-color: #DF9DDE;
}
.TagClassName
{
border-color: #DF9DDE;
}
</style>