Shades of Plum #DF9DDD
Tints of Plum #DF9DDD
RGB
CMYK
RGB Variations
Color information
#DF9DDD (or 0xDF9DDD) is known color: Plum. HEX triplet: DF, 9D and DD. RGB value is (223,157,221). Sum of RGB (Red+Green+Blue) = 223+157+221=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 157 (61.72% from 255 or 26.12% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9DDD is #206222. Grayscale: #B7B7B7. Windows color (decimal): -2122275 or 14523871. OLE color: 14523871.
HSL color Cylindrical-coordinate representation of color #DF9DDD: hue angle of 301.82º 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 #DF9DDD is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 157 | 221 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.13 |
| HSL | 301.82º | 0.51% | 0.75% | - |
| HSV(B) | 301.82º | 0.3% | 0.87% | - |
| XYZ | 55.54 | 45.02 | 74.17 | - |
| YUV | 184.03 | 148.87 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 157 | 221 | 0 | 0.30 | 0.01 | 0.13 | 301.82 | 0.51 | 0.75 |
| Hex | DF | 9D | DD | 0 | 1E | 1 | D | 12E | 33 | 4B |
| Octal | 337 | 235 | 335 | 0 | 36 | 1 | 15 | 456 | 63 | 113 |
| Binary | 11011111 | 10011101 | 11011101 | 0 | 11110 | 1 | 1101 | 100101110 | 110011 | 1001011 |
Color Harmonies of #DF9DDD
Complementary color
Monochromatic Colors of #DF9DDD
Black with #DF9DDD
Text Example
Text Example
White with #DF9DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9DDD; }
p { color: rgb(223,157,221); }
H1.HeaderClassName
{
color: #DF9DDD;
}
.AnyTagClassName
{
color: #DF9DDD;
}
</style>
background-color css
<style>
a { background-color: #DF9DDD; }
a { background-color: rgb(223,157,221); }
div.DivClassName
{
background-color: #DF9DDD;
}
.BgClassName
{
background-color: #DF9DDD;
}
</style>
border-color css
<style>
span { border-color: #DF9DDD; }
span { border-color: rgb(223,157,221); }
td.TdClassName
{
border-color: #DF9DDD;
}
.TagClassName
{
border-color: #DF9DDD;
}
</style>