Shades of Plum #DF94D9
Tints of Plum #DF94D9
RGB
CMYK
RGB Variations
Color information
#DF94D9 (or 0xDF94D9) is known color: Plum. HEX triplet: DF, 94 and D9. RGB value is (223,148,217). Sum of RGB (Red+Green+Blue) = 223+148+217=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 148 (58.20% from 255 or 25.17% from 588); Blue value is 217 (85.16% from 255 or 36.90% from 588); Max value from RGB is 223 - color contains mainly: red. Hex color #DF94D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF94D9 is #206B26. Grayscale: #B2B2B2. Windows color (decimal): -2124583 or 14259423. OLE color: 14259423.
HSL color Cylindrical-coordinate representation of color #DF94D9: hue angle of 304.8º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DF94D9 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 148 | 217 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.13 |
| HSL | 304.8º | 0.54% | 0.73% | - |
| HSV(B) | 304.8º | 0.34% | 0.87% | - |
| XYZ | 53.55 | 41.88 | 70.91 | - |
| YUV | 178.29 | 149.85 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 148 | 217 | 0 | 0.34 | 0.03 | 0.13 | 304.8 | 0.54 | 0.73 |
| Hex | DF | 94 | D9 | 0 | 22 | 3 | D | 131 | 36 | 49 |
| Octal | 337 | 224 | 331 | 0 | 42 | 3 | 15 | 461 | 66 | 111 |
| Binary | 11011111 | 10010100 | 11011001 | 0 | 100010 | 11 | 1101 | 100110001 | 110110 | 1001001 |
Color Harmonies of #DF94D9
Complementary color
Monochromatic Colors of #DF94D9
Black with #DF94D9
Text Example
Text Example
White with #DF94D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF94D9; }
p { color: rgb(223,148,217); }
H1.HeaderClassName
{
color: #DF94D9;
}
.AnyTagClassName
{
color: #DF94D9;
}
</style>
background-color css
<style>
a { background-color: #DF94D9; }
a { background-color: rgb(223,148,217); }
div.DivClassName
{
background-color: #DF94D9;
}
.BgClassName
{
background-color: #DF94D9;
}
</style>
border-color css
<style>
span { border-color: #DF94D9; }
span { border-color: rgb(223,148,217); }
td.TdClassName
{
border-color: #DF94D9;
}
.TagClassName
{
border-color: #DF94D9;
}
</style>