Shades of Plum #DF95DF
Tints of Plum #DF95DF
RGB
CMYK
RGB Variations
Color information
#DF95DF (or 0xDF95DF) is known color: Plum. HEX triplet: DF, 95 and DF. RGB value is (223,149,223). Sum of RGB (Red+Green+Blue) = 223+149+223=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 149 (58.59% from 255 or 25.04% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF95DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF95DF is #206A20. Grayscale: #B3B3B3. Windows color (decimal): -2124321 or 14652895. OLE color: 14652895.
HSL color Cylindrical-coordinate representation of color #DF95DF: hue angle of 300º 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 #DF95DF is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 149 | 223 | - |
| CMYK | 0 | 0.33 | 0 | 0.13 |
| HSL | 300º | 0.54% | 0.73% | - |
| HSV(B) | 300º | 0.33% | 0.87% | - |
| XYZ | 54.5 | 42.51 | 75.15 | - |
| YUV | 179.56 | 152.52 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 223 | 0 | 0.33 | 0 | 0.13 | 300 | 0.54 | 0.73 |
| Hex | DF | 95 | DF | 0 | 21 | 0 | D | 12C | 36 | 49 |
| Octal | 337 | 225 | 337 | 0 | 41 | 0 | 15 | 454 | 66 | 111 |
| Binary | 11011111 | 10010101 | 11011111 | 0 | 100001 | 0 | 1101 | 100101100 | 110110 | 1001001 |
Color Harmonies of #DF95DF
Complementary color
Monochromatic Colors of #DF95DF
Black with #DF95DF
Text Example
Text Example
White with #DF95DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF95DF; }
p { color: rgb(223,149,223); }
H1.HeaderClassName
{
color: #DF95DF;
}
.AnyTagClassName
{
color: #DF95DF;
}
</style>
background-color css
<style>
a { background-color: #DF95DF; }
a { background-color: rgb(223,149,223); }
div.DivClassName
{
background-color: #DF95DF;
}
.BgClassName
{
background-color: #DF95DF;
}
</style>
border-color css
<style>
span { border-color: #DF95DF; }
span { border-color: rgb(223,149,223); }
td.TdClassName
{
border-color: #DF95DF;
}
.TagClassName
{
border-color: #DF95DF;
}
</style>