Shades of Plum #DF9BD9
Tints of Plum #DF9BD9
RGB
CMYK
RGB Variations
Color information
#DF9BD9 (or 0xDF9BD9) is known color: Plum. HEX triplet: DF, 9B and D9. RGB value is (223,155,217). Sum of RGB (Red+Green+Blue) = 223+155+217=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 155 (60.94% from 255 or 26.05% from 595); Blue value is 217 (85.16% from 255 or 36.47% from 595); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9BD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9BD9 is #206426. Grayscale: #B6B6B6. Windows color (decimal): -2122791 or 14261215. OLE color: 14261215.
HSL color Cylindrical-coordinate representation of color #DF9BD9: hue angle of 305.29º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DF9BD9 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 155 | 217 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.13 |
| HSL | 305.29º | 0.52% | 0.74% | - |
| HSV(B) | 305.29º | 0.3% | 0.87% | - |
| XYZ | 54.68 | 44.14 | 71.28 | - |
| YUV | 182.4 | 147.53 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 155 | 217 | 0 | 0.30 | 0.03 | 0.13 | 305.29 | 0.52 | 0.74 |
| Hex | DF | 9B | D9 | 0 | 1E | 3 | D | 131 | 34 | 4A |
| Octal | 337 | 233 | 331 | 0 | 36 | 3 | 15 | 461 | 64 | 112 |
| Binary | 11011111 | 10011011 | 11011001 | 0 | 11110 | 11 | 1101 | 100110001 | 110100 | 1001010 |
Color Harmonies of #DF9BD9
Complementary color
Monochromatic Colors of #DF9BD9
Black with #DF9BD9
Text Example
Text Example
White with #DF9BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9BD9; }
p { color: rgb(223,155,217); }
H1.HeaderClassName
{
color: #DF9BD9;
}
.AnyTagClassName
{
color: #DF9BD9;
}
</style>
background-color css
<style>
a { background-color: #DF9BD9; }
a { background-color: rgb(223,155,217); }
div.DivClassName
{
background-color: #DF9BD9;
}
.BgClassName
{
background-color: #DF9BD9;
}
</style>
border-color css
<style>
span { border-color: #DF9BD9; }
span { border-color: rgb(223,155,217); }
td.TdClassName
{
border-color: #DF9BD9;
}
.TagClassName
{
border-color: #DF9BD9;
}
</style>