Shades of Plum #DF9DD8
Tints of Plum #DF9DD8
RGB
CMYK
RGB Variations
Color information
#DF9DD8 (or 0xDF9DD8) is known color: Plum. HEX triplet: DF, 9D and D8. RGB value is (223,157,216). Sum of RGB (Red+Green+Blue) = 223+157+216=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 157 (61.72% from 255 or 26.34% from 596); Blue value is 216 (84.77% from 255 or 36.24% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9DD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9DD8 is #206227. Grayscale: #B7B7B7. Windows color (decimal): -2122280 or 14196191. OLE color: 14196191.
HSL color Cylindrical-coordinate representation of color #DF9DD8: hue angle of 306.36º 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 #DF9DD8 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 157 | 216 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.13 |
| HSL | 306.36º | 0.51% | 0.75% | - |
| HSV(B) | 306.36º | 0.3% | 0.87% | - |
| XYZ | 54.88 | 44.76 | 70.71 | - |
| YUV | 183.46 | 146.37 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 157 | 216 | 0 | 0.30 | 0.03 | 0.13 | 306.36 | 0.51 | 0.75 |
| Hex | DF | 9D | D8 | 0 | 1E | 3 | D | 132 | 33 | 4B |
| Octal | 337 | 235 | 330 | 0 | 36 | 3 | 15 | 462 | 63 | 113 |
| Binary | 11011111 | 10011101 | 11011000 | 0 | 11110 | 11 | 1101 | 100110010 | 110011 | 1001011 |
Color Harmonies of #DF9DD8
Complementary color
Monochromatic Colors of #DF9DD8
Black with #DF9DD8
Text Example
Text Example
White with #DF9DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9DD8; }
p { color: rgb(223,157,216); }
H1.HeaderClassName
{
color: #DF9DD8;
}
.AnyTagClassName
{
color: #DF9DD8;
}
</style>
background-color css
<style>
a { background-color: #DF9DD8; }
a { background-color: rgb(223,157,216); }
div.DivClassName
{
background-color: #DF9DD8;
}
.BgClassName
{
background-color: #DF9DD8;
}
</style>
border-color css
<style>
span { border-color: #DF9DD8; }
span { border-color: rgb(223,157,216); }
td.TdClassName
{
border-color: #DF9DD8;
}
.TagClassName
{
border-color: #DF9DD8;
}
</style>