Shades of Plum #DF95D9
Tints of Plum #DF95D9
RGB
CMYK
RGB Variations
Color information
#DF95D9 (or 0xDF95D9) is known color: Plum. HEX triplet: DF, 95 and D9. RGB value is (223,149,217). Sum of RGB (Red+Green+Blue) = 223+149+217=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 149 (58.59% from 255 or 25.30% from 589); Blue value is 217 (85.16% from 255 or 36.84% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DF95D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF95D9 is #206A26. Grayscale: #B2B2B2. Windows color (decimal): -2124327 or 14259679. OLE color: 14259679.
HSL color Cylindrical-coordinate representation of color #DF95D9: hue angle of 304.86º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DF95D9 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 149 | 217 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.13 |
| HSL | 304.86º | 0.54% | 0.73% | - |
| HSV(B) | 304.86º | 0.33% | 0.87% | - |
| XYZ | 53.7 | 42.19 | 70.96 | - |
| YUV | 178.88 | 149.52 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 217 | 0 | 0.33 | 0.03 | 0.13 | 304.86 | 0.54 | 0.73 |
| Hex | DF | 95 | D9 | 0 | 21 | 3 | D | 131 | 36 | 49 |
| Octal | 337 | 225 | 331 | 0 | 41 | 3 | 15 | 461 | 66 | 111 |
| Binary | 11011111 | 10010101 | 11011001 | 0 | 100001 | 11 | 1101 | 100110001 | 110110 | 1001001 |
Color Harmonies of #DF95D9
Complementary color
Monochromatic Colors of #DF95D9
Black with #DF95D9
Text Example
Text Example
White with #DF95D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF95D9; }
p { color: rgb(223,149,217); }
H1.HeaderClassName
{
color: #DF95D9;
}
.AnyTagClassName
{
color: #DF95D9;
}
</style>
background-color css
<style>
a { background-color: #DF95D9; }
a { background-color: rgb(223,149,217); }
div.DivClassName
{
background-color: #DF95D9;
}
.BgClassName
{
background-color: #DF95D9;
}
</style>
border-color css
<style>
span { border-color: #DF95D9; }
span { border-color: rgb(223,149,217); }
td.TdClassName
{
border-color: #DF95D9;
}
.TagClassName
{
border-color: #DF95D9;
}
</style>