Shades of Plum #DF95EC
Tints of Plum #DF95EC
RGB
CMYK
RGB Variations
Color information
#DF95EC (or 0xDF95EC) is known color: Plum. HEX triplet: DF, 95 and EC. RGB value is (223,149,236). Sum of RGB (Red+Green+Blue) = 223+149+236=608 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.68% from 608); Green value is 149 (58.59% from 255 or 24.51% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF95EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF95EC is #206A13. Grayscale: #B4B4B4. Windows color (decimal): -2124308 or 15504863. OLE color: 15504863.
HSL color Cylindrical-coordinate representation of color #DF95EC: hue angle of 291.03º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF95EC is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 149 | 236 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.07 |
| HSL | 291.03º | 0.7% | 0.75% | - |
| HSV(B) | 291.03º | 0.37% | 0.93% | - |
| XYZ | 56.32 | 43.24 | 84.73 | - |
| YUV | 181.04 | 159.02 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 236 | 0.06 | 0.37 | 0 | 0.07 | 291.03 | 0.7 | 0.75 |
| Hex | DF | 95 | EC | 6 | 25 | 0 | 7 | 123 | 46 | 4B |
| Octal | 337 | 225 | 354 | 6 | 45 | 0 | 7 | 443 | 106 | 113 |
| Binary | 11011111 | 10010101 | 11101100 | 110 | 100101 | 0 | 111 | 100100011 | 1000110 | 1001011 |
Color Harmonies of #DF95EC
Complementary color
Monochromatic Colors of #DF95EC
Black with #DF95EC
Text Example
Text Example
White with #DF95EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF95EC; }
p { color: rgb(223,149,236); }
H1.HeaderClassName
{
color: #DF95EC;
}
.AnyTagClassName
{
color: #DF95EC;
}
</style>
background-color css
<style>
a { background-color: #DF95EC; }
a { background-color: rgb(223,149,236); }
div.DivClassName
{
background-color: #DF95EC;
}
.BgClassName
{
background-color: #DF95EC;
}
</style>
border-color css
<style>
span { border-color: #DF95EC; }
span { border-color: rgb(223,149,236); }
td.TdClassName
{
border-color: #DF95EC;
}
.TagClassName
{
border-color: #DF95EC;
}
</style>